AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   IRCRelay 1.0 RC3 (Windows) (https://forums.alliedmods.net/showthread.php?t=39395)

sslice 12-05-2005 07:44

IRCRelay 1.0 RC3 (Windows)
 
IRCRelay reports game events from your server to an IRC channel and allows admins to control their servers or chat with users ingame from IRC. You need MetaMod: Source installed on your server and add the plugin to the metaplugins.ini!

Currently supports CS:Source, HL2: DM, DOD:S, TF2 and all other HL2 mods.

This is version 1.0 Release Candidate 3: Windows only atm!

Please visit IRC Relay's main page for more information.

Features
- Reports game events from your server to an IRC channel
- Administrate your server directly from IRC using commands like !msg, !kick, !rcon, !players, !info, and more (command character customizable)
- Customize which IRC access levels can use certain commands
Example: !rcon can only be used by ops
- Send a message to the IRC channel from ingame by saying "/irc message here"

Download Mirrors:
Official IRC Relay for MetaMod: Source webpage

Server statistics:
SourceMod
Game-Monitor

Things you should know...
1. You can silence events by commenting them out in the mod's cfg file (located in addons/ircrelay/cfg) by inserting a '//' at the beginning of the line. This can help you remove unwanted info or even silence everything except important events such as ban/unban. This is a common method to providing server administration in your normal channel, without needing a separate channel.
2. You can add support for another mod by copying hl2mp.cfg and renaming it to the mod's directory name, and then edit the contents of that file to pertain to that mod.
3. You can give the IRC commands aliases by adding them in aliases.cfg; msg and me are in there by default as an example.

Changelog for Version 1.0:
+Added full support for the Orange box engine (separate download)
+Added support for another extra channel to join
+Added CommandGroups so you can group multiple relays together
- Removed /me as it could be used for people to cheat ingame
- Fixed time outs and other minor bugs causing lag and issues

IRC Relay graphic kindly provided by SeLfKiLL

More support over here.

sslice 12-05-2005 21:40

Edit: No longer applies :P

Sorry, but if any of you downloaded the plugin before this time (8:30 CST), I recommend re-downloading the plugin since I left some very obvious testing code in the last one.

Basically, if the plugin spams anything like below (in IRC), you need to re-download the plugin.

Code:

<@sslice> testing 1 2 3
<@CS-Source> token = :testing
<@CS-Source> token = 1
<@CS-Source> token = 2
<@CS-Source> token = 3

(Yes, I was testing a token parser :?)

neiltoe 12-07-2005 04:14

any ideas....
 
-Id- Name Version Author Status
[01] - - - ERROR
[02] CS:S DM 0.76 BAILOPAN RUN


triedto load your mod its ID 01

anything still missing in your pack?

cstrike - addons - ircrelay - bin - ircrelay_mm.dll
cfg - cstrike.cfg
settings.ini
readme.txt

-

thats all I have in the pack from your source please respond also I attempted to add you to aim thanks in advance

sslice 12-07-2005 16:56

Very strange.. are you using the correct binary for your OS? lol

If I don't respond quickly or I'm not on AIM, please be patient. I have mid-term exams next week, and it looks like they'll be pretty damn hard. :?

neiltoe 12-07-2005 17:03

yes...
 
yes windows is the OS I managed to load Death Match and that was a valid question im not offended. People commonly make wrong choices.

please help me resolve this your plugin sounds great!

sslice 12-07-2005 17:19

Try typing "meta info 1" and I think it will tell you why the plugin failed to load, or atleast give you an idea.

neiltoe 12-07-2005 17:23

Code:

] rcon meta list
-Id- Name              Version  Author      Status 
[02] CS:S DM          0.76      BAILOPAN    RUN   
[19] -                -        -            ERROR 
] rcon meta info 19
Plugin 19 is not loaded.
File: d:\gameservers\12206\cstrike\addons\ircrelay\bin\ircrelay_mm.dll

any ideas?

sslice 12-07-2005 17:29

Type "log 1" in console, then try loading it again.

Logs may not show up in rcon, so you'll have to check for logs on FTP (located in cstrike/logs).

neiltoe 12-07-2005 17:37

im referencing the logs as we speak if i see anything about this ill paste it on the replay lots of logs lol.

Code:

L 12/07/2005 - 17:23:17: [META] Failed to load plugin addons/ircrelay/bin/ircrelay_mm. 
L 12/07/2005 - 17:23:17: [META] Loaded 0 plugins from file (1 already loaded)

only references so far

Code:


L 12/07/2005 - 16:38:04: [META] Failed to load plugin addons/ircrelay/bin/ircrelay_mm. 
L 12/07/2005 - 16:38:04: [META] Loaded 0 plugins from file (1 already loaded)
L 12/07/2005 - 16:38:04: [META] Failed to load plugin addons/ircrelay/bin/ircrelay_mm. 
L 12/07/2005 - 16:38:04: [META] Loaded 0 plugins from file (1 already loaded)
L 12/07/2005 - 16:38:05: Log file closed


sslice 12-07-2005 17:39

Try searching for "[META]"

Edit: nevermind... didn't read the whole post :|

What version of Windows is this running on? So far, I know it works on Win2k3 and WinXP.

neiltoe 12-07-2005 17:43

Im using a commercial server "Art of War servers" but I cant honestly say what OS. But its windows that all I know of.

Here's an odd question do you simply think its a port issue since I dont have admin privies to the ports?

jeanlepail 12-07-2005 18:00

great plugin !!!

sslice 12-07-2005 18:01

No, it should beable to load, but then it may not beable to connect to IRC (it would tell you if it couldn't connect).

neiltoe 12-07-2005 18:03

well never have gotten to the loaded sequence so thats a good bit to know lol. Any more ideas im more than willing to try them. Im half tempted to start my lan server and try it on my connection but I wont run that full time again not when I have a commercial server. Can you pls send me the pack you have confirmed works to [email protected]
I'll happily reinstall and update you.

sslice 12-07-2005 18:08

Well, I'm using the same one that is available for download, and it works. :?

Maybe reinstalling would be worth a try?

neiltoe 12-07-2005 18:12

ok ill try it again not one to easily be discouraged but i have reinstalled well over 10 times. :(

YupPi 12-07-2005 18:32

I saw those log in my servers too before it crashed, but I think I fixed it.

One suggestion for you... You might want to load one thing at a time and let it runs for awhile. Make sure its' stable before you add in another plugin. That was what I did to my server, and right now its' seem okay.

I'm not an expert in this field, but I think there is problem with that metamod thingie (not stable).

Good Luck to your server!

sslice 12-07-2005 18:38

I was wondering this as well... SourceMM 1.1.2 doesn't appear to be stable from reading around the forums. Looks like people trying to use CS:S DM are having problems.

Until SourceMM 1.1.2 is fixed, you can download version 1.1 here.

neiltoe 12-07-2005 19:05

ok thnx

Code:


-Id- Name              Version  Author      Status 
[01] -                -        -            ERROR 
[02] CS:S DM          0.76      BAILOPAN    RUN   
] rcon meta version
Metamod:Source version 1.1.1
Compiled on: Oct 22 2005
Plugin interface version: 7:7
SourceHook version: 4:3
http://www.sourcemm.net/


sslice 12-07-2005 19:18

Yikes... must be a totally different problem. :shock:

I'll be looking into it.

neiltoe 12-07-2005 19:22

ignore this post

YupPi 12-07-2005 20:58

Server won't even load up with SourceMMv1.1 :(

neiltoe 12-08-2005 00:28

no luck on commercial and private server what to do what to do lol

neiltoe 12-08-2005 03:27

do you use mani with this plugin i have been noticing it and mani dont like each other???

neiltoe 12-08-2005 06:28

ok i have tried all possible things i can think of and this is what i can do. I was able to load this plugin from my private server on XP. I had to use a bnc to get it online. The plugin is awesome but no luck with my commercial server. mani and mattie mods didnt affect it or vice versa.

sslice 12-08-2005 07:34

I'll be releasing a new version within the next day or two that may or may not fix the loading error some of you are experiencing, as well as known memory leaks.

neiltoe 12-08-2005 07:40

well I wasnt experiencing any probs with my private server as a matter of fact this is so amazing i cant say thanks enough. I used a BNC to ease the connectivity and it was super fast so I seriously am lookin forward to any improvements you offer.

tahvo 12-08-2005 11:15

LINUX:

meta list:
Code:

-Id- Name              Version  Author      Status 
[01] -                -        -            ERROR

meta info:
Code:

Plugin 1 is not loaded.
        File: /home/XX/halflife/srcds_l/cstrike/addons/ircrelay/bin/ircrelay_mm_i486.so

:(

neiltoe 12-08-2005 17:34

i did notice while just playing with it using the command "!info" 2 times consecutively it does crash the server :(

sslice 12-08-2005 18:32

Release 0.67b
- Removes known memory leaks
- Fixes load error that occured for some users

AngelFire 12-08-2005 20:22

Seems like the linux part still have load error.

meta list:
-Id- Name Version Author Status
[01] - - - ERROR

From my log:

L 12/09/2005 - 02:03:40: [META] Failed to load plugin addons/ircrelay/bin/ircrelay_mm_i486.so. libstdc++.so.6: cannot open shared object file: No such file or directory
L 12/09/2005 - 02:03:40: [META] Loaded 0 plugins from file.

souremod 1.12 and the lates ircrelay, dosn't have any other sourcemod plugins installed. Running with beetlemod and hlstatsx.

sslice 12-08-2005 21:21

Ahh, thanks. I know what the problem is, and will resolve it ASAP. In the meantime, it will work if you install the latest version of glibc.

AngelFire 12-08-2005 21:41

have done and no it didn't help. another issue if you change map through rcon the server will crash when I run with that SourceMM plugin. If I take it off no problem. So it crashes before I can see what error in the log now after we had updated glibc.

but I will test the next version/update of the plugin have 3 x CSS servers on linux and are also a supporter at a game hosting firm, where most of our Source servers is running on linux.

sslice 12-08-2005 22:31

Release 0.68
- Removed {steam} tag for Player Disconnect because of a bad pointer
- Fixed hardcoded nicks for !me

tahvo 12-09-2005 09:14

Still not working with linux.

geezer 12-09-2005 15:25

:shock:

Error reloading plugin: libstdc++.so.6: cannot open shared object file: No such file or directory


awww tiz broken for me also :(

sslice 12-09-2005 16:40

Aargh.. I'm so stupid. Yet another update will be released ASAP.

CK|Davros 12-10-2005 17:28

I'm getting this problem if anyone can help :)

Error reloading plugin: /servers/customs/cstrike/addons/ircrelay/bin/ircrelay_mm_i486.so: undefined symbol: _ZN7IniFile9GetStringEPKcS1_S1_

[WOA]-FireFox 12-12-2005 12:42

Don't Know How To Configure Settings.ini
 
Im not really familiar with the commands u have to add in the settings.ini file.


tell me if im doing this right please!


[Settings]
# IRC server to connect to
Server="NuclearFallout.WA.US.GAMESURGE.NET"
Port=6667

# If the IRC server requires a password, set it here
Password=JJJJJJJ "My password from Gamesurge.net"

# Channel to relay messages to
Channel="#Team.SUX"
# IRC nick/user/name
Nick="Robert"
User="[email protected]" " i added zeros for my ip"
Name="IRC Relay (beta) 0.68"

# Currently only supports NickServ
AuthPass="/authserv auth SUX2002 JJJJJJJ"


[Permissions]
# n = normal / anyone
# v = voice
# h = half op
# o = op

players=n
player=n
bind=v
unbind=v
msg=v
me=v
kick=h
ban=o
unban=o
rcon=o

Sometimes When I change those values, My server will not start at all..:(

if this is not correct, can someone show me how to properly fill these values in! :)

Thanks

yan 12-13-2005 10:34

im also getting

Code:

Error loading plugin: /servers/customs/cstrike/addons/ircrelay/bin/ircrelay_mm_i486.so: undefined symbol: _ZN7IniFile9GetStringEPKcS1_S1_
Running on Linux RedHat fc3 - any ideas whats causing this error?

or is there a new version in the pipeline?

regards

yan


All times are GMT -4. The time now is 07:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.