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

SourceIRC


Post New Thread Reply   
 
Thread Tools Display Modes
DrGamez
Member
Join Date: Jan 2005
Location: Seattle
Old 07-14-2012 , 16:14   Re: SourceIRC
Reply With Quote #111

Anyone manage to get this working in CS:GO? I have the plugin all loaded without error but the bot/connection never seems to join the channel specified. I can message it but there is no response.
__________________

Last edited by DrGamez; 07-14-2012 at 16:18.
DrGamez is offline
Azelphur
AlliedModders Donor
Join Date: Jun 2010
Old 07-14-2012 , 17:29   Re: SourceIRC
Reply With Quote #112

I ran it on CS:GO a while back but I havn't tested it recently. There is no game specific stuff in SourceIRC so it should work on any game mod that SourceMod works on.
__________________
Azelphur is offline
FreakySt0rm
BANNED
Join Date: Jun 2012
Location: https://t.me/pump_upp
Old 08-07-2012 , 07:38   Re: SourceIRC
Reply With Quote #113

This is a great plugin I have to say!

However, I have one issue that I need help with. The bot only connects to our IRC network when a player joins the server. Then if the server is empty of players, the bot disconnects. Is there any way of disabling this as I would like to use the bot presence in IRC to determine if the server is online or not. (btw, it's L4D2 server).

Thanks in advance for any help
FreakySt0rm is offline
Send a message via ICQ to FreakySt0rm Send a message via AIM to FreakySt0rm Send a message via Yahoo to FreakySt0rm
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 08-07-2012 , 07:46   Re: SourceIRC
Reply With Quote #114

Quote:
Originally Posted by FreakySt0rm View Post
This is a great plugin I have to say!

However, I have one issue that I need help with. The bot only connects to our IRC network when a player joins the server. Then if the server is empty of players, the bot disconnects. Is there any way of disabling this as I would like to use the bot presence in IRC to determine if the server is online or not. (btw, it's L4D2 server).

Thanks in advance for any help
Your server is most likely hibernating when it's idle. Check this out.
minimoney1 is offline
FreakySt0rm
BANNED
Join Date: Jun 2012
Location: https://t.me/pump_upp
Old 08-07-2012 , 08:00   Re: SourceIRC
Reply With Quote #115

You are quite correct! Many thanks for your quick reply, the issue is now resolved

And obviously it wasn't an issue with SourceIRC lol

Last edited by FreakySt0rm; 08-07-2012 at 08:01.
FreakySt0rm is offline
Send a message via ICQ to FreakySt0rm Send a message via AIM to FreakySt0rm Send a message via Yahoo to FreakySt0rm
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 08-17-2012 , 02:22   Re: SourceIRC
Reply With Quote #116

Any way to get this to ignore TF2 bots in connect/disconnect messages? My server spams them when it goes into MvM.

Last edited by StrikerMan780; 08-17-2012 at 02:23.
StrikerMan780 is offline
MonsterKiller
Junior Member
Join Date: Sep 2010
Location: England
Old 08-17-2012 , 10:44   Re: SourceIRC
Reply With Quote #117

The spam is because MvM uses bots and makes them connect/disconnect like players. I have patched sourceirc-relayall to ignore bots. I have attached it for you
Attached Files
File Type: smx sourceirc-relayall.smx (7.1 KB, 243 views)
File Type: sp Get Plugin or Get Source (sourceirc-relayall.sp - 164 views - 6.8 KB)
MonsterKiller is offline
voice06
New Member
Join Date: Jul 2011
Old 08-19-2012 , 10:54   Re: SourceIRC
Reply With Quote #118

Heres a little modification I added in to sourceirc-relayall.sp as some of the admins on my server were getting confused by what appeared to be one-sided conversations:

In Action:Event_PRIVMSG

Code:
			PrintToChatAll("\x01[\x04IRC\x01] * %s %s", nick, text[7]);
			LogToGame("[IRC] * %s %s", nick, text[7]); // Make this visible in HLSW.

			PrintToChatAll("\x01[\x04IRC\x01] %s :  %s", nick, text);
			LogToGame("[IRC] %s : %s", nick, text); // Make this visible in HLSW.
Code:
09:22:36 L 08/19/2012 - 10:22:39: [IRC] voice : moo

Last edited by voice06; 08-19-2012 at 10:55. Reason: Oh text[7], you rascal you.
voice06 is offline
Jim E. Rustler
BANNED
Join Date: Jul 2012
Old 08-19-2012 , 13:39   Re: SourceIRC
Reply With Quote #119

Quote:
Originally Posted by MonsterKiller View Post
The spam is because MvM uses bots and makes them connect/disconnect like players. I have patched sourceirc-relayall to ignore bots. I have attached it for you
Can't thank you enough for that. Bot join/disconnect spam was killing my SourceIRC experience.
Jim E. Rustler is offline
madgodlike
New Member
Join Date: Mar 2012
Old 08-19-2012 , 18:08   Re: SourceIRC
Reply With Quote #120

Quote:
Originally Posted by MonsterKiller View Post
The spam is because MvM uses bots and makes them connect/disconnect like players. I have patched sourceirc-relayall to ignore bots. I have attached it for you
Thanks for this the bots are ignored however now I'm getting this error:

Code:
L 08/19/2012 - 17:50:45: [SM] Native "IsPlayerAlive" reported: Invalid client index 0
L 08/19/2012 - 17:50:45: [SM] Displaying call stack trace for plugin "SourceIRC\sourceirc-relayall.smx":
L 08/19/2012 - 17:50:45: [SM]   [0]  Line 79, E:\srcds\srcds\orangebox\tf\addons\sourcemod\scripting\SourceIRC\sourceirc-relayall.sp::Event_PlayerSay()
madgodlike 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 15:14.


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