Raised This Month: $51 Target: $400
 12% 

IRC Relay for SourceMod 2.5.0


Post New Thread Reply   
 
Thread Tools Display Modes
gnumsploitz
Junior Member
Join Date: Nov 2007
Location: Albany, NY
Old 03-07-2008 , 22:13   Re: IRC Relay (v2.0.0)
Reply With Quote #51

Quote:
Originally Posted by FatGamer.net View Post
It would be nice if there was a cvar to allow all public chat from ingame to be relayed to the irc channel automatically. Life would be complete then.
I've read this entire thread and the ircrelay.cfg. Unless I missed something, it doesn't look like there's a way to do this yet? Is it possible this functionality will be released in a future version?

I'd love to be able to forward all the public chat to an irc channel as well.
gnumsploitz is offline
Send a message via ICQ to gnumsploitz Send a message via AIM to gnumsploitz Send a message via MSN to gnumsploitz Send a message via Yahoo to gnumsploitz
casvdry
Member
Join Date: Mar 2008
Old 03-08-2008 , 01:18   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #52

I cannot get my bot to join irc.enterthegame.com I have ensured that server.cfg has the exec entry and I think my files are setup correctly. ETG doesn't require AUTH so do I even fill it out? after I irc_addroot what do I put after my rcon password? is this the creation of a new account or do I need to be entering some pre-existing information.

Does this run on servers hosted by gameservers.com or only locally?
casvdry is offline
gnumsploitz
Junior Member
Join Date: Nov 2007
Location: Albany, NY
Old 03-08-2008 , 02:49   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #53

Quote:
Originally Posted by casvdry View Post
Does this run on servers hosted by gameservers.com...
Yes, it works fine on the gameservers linux boxes.

When you're doing the irc_addroot during installation, you're adding the first user (read: creation of a new account). So, it's pretty much irc_addroot rcon_password username password. When you get the IRCRelay working correctly, you'll be using this to auth.

So, before you can run any commands from IRC, you'll be doing something like:
/msg IRCRelay auth username password

I hope this is somewhat clear.
gnumsploitz is offline
Send a message via ICQ to gnumsploitz Send a message via AIM to gnumsploitz Send a message via MSN to gnumsploitz Send a message via Yahoo to gnumsploitz
casvdry
Member
Join Date: Mar 2008
Old 03-08-2008 , 08:45   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #54

Thanks, I did as you said but nothing happens after I add a user. I seem to have followed the instructions correctly. If I toggle debug mode where are the logs printed for it? Addons/Sourcemod/Logs shows some entries for irc-core but it's not updating after I turn on debug.
casvdry is offline
casvdry
Member
Join Date: Mar 2008
Old 03-08-2008 , 09:05   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #55

Nevermind! I started over again from step 1 and all is working, thank you
casvdry is offline
Rothgar
Veteran Member
Join Date: Nov 2007
Old 03-08-2008 , 09:50   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #56

Olly error during compile?
Code:
//// irc-crypt.sp
// irc-crypt.sp(234) : error 013: no entry point (no public functions)
//
// 1 Error.
//
// Compilation Time: 0.25 sec
// ----------------------------------------
Rothgar is offline
Send a message via ICQ to Rothgar Send a message via AIM to Rothgar Send a message via MSN to Rothgar
casvdry
Member
Join Date: Mar 2008
Old 03-08-2008 , 09:50   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #57

I figured I'd post what I had done wrong to cause the bot to not join IRC. In ircrelay.cfg for irc_name (which is also the IRC trigger) BE SURE to not prefix the trigger with ! yourself, because the script does it for you.

This irc_name is also what is before the hostname in IRC.

Example: [email protected] so an exclamation point will most probably not allow the bot to join the server.

Hope this helps someone else.
casvdry is offline
sfPlayer
Senior Member
Join Date: Dec 2007
Location: Germany
Old 03-08-2008 , 09:55   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #58

Quote:
Originally Posted by Rothgar View Post
Olly error during compile?
Code:
//// irc-crypt.sp...
You can't compile irc-crypt.sp itself, it's just an include file
sfPlayer is offline
Extreme_One
Veteran Member
Join Date: Nov 2006
Old 03-08-2008 , 09:58   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #59

Code:
L 03/08/2008 - 14:53:52: [SM] Native "SocketBind" reported: Invalid handle: 27066768
L 03/08/2008 - 14:53:52: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 03/08/2008 - 14:53:52: [SM]   [0]  Line 674, irc-relay-core.sp::OnConfigsExecuted()
The bot just refuses to join my channel #EvilTwin on Quakenet
__________________
Extreme_One is offline
l0gen
Member
Join Date: Apr 2006
Location: The Netherlands
Old 03-08-2008 , 11:18   Re: IRC Relay (v2.0.1) UPDATED!
Reply With Quote #60

Quote:
Originally Posted by Extreme_One View Post
Code:
L 03/08/2008 - 14:53:52: [SM] Native "SocketBind" reported: Invalid handle: 27066768
L 03/08/2008 - 14:53:52: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 03/08/2008 - 14:53:52: [SM]   [0]  Line 674, irc-relay-core.sp::OnConfigsExecuted()
The bot just refuses to join my channel #EvilTwin on Quakenet
I have the same problem. (Linux server)

Code:
L 03/08/2008 - 01:06:23: SourceMod error session started
L 03/08/2008 - 01:06:23: Info (map "de_dust2") (file "errors_20080308.log")
L 03/08/2008 - 01:06:23: [SM] Native "SocketBind" reported: Invalid handle: 12452029
L 03/08/2008 - 01:06:23: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 03/08/2008 - 01:06:23: [SM]   [0]  Line 674, irc-relay-core.sp::OnConfigsExecuted()
L 03/08/2008 - 01:08:55: Error log file session closed.
L 03/08/2008 - 01:08:56: SourceMod error session started
L 03/08/2008 - 01:08:56: Info (map "de_dust2") (file "errors_20080308.log")
L 03/08/2008 - 01:08:56: [SM] Native "SocketBind" reported: Invalid handle: 12452029
L 03/08/2008 - 01:08:56: [SM] Displaying call stack trace for plugin "irc-relay-core.smx":
L 03/08/2008 - 01:08:56: [SM]   [0]  Line 674, irc-relay-core.sp::OnConfigsExecuted()
L 03/08/2008 - 01:12:26: SourceMod error session started
L 03/08/2008 - 01:12:26: Info (map "de_dust2") (file "errors_20080308.log")
L 03/08/2008 - 01:12:26: [irc-relay-core.smx] socket error 4 (errno 0)
L 03/08/2008 - 03:19:42: Error log file session closed.
__________________
l0gen is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:05.


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