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

SourceIRC


Post New Thread Reply   
 
Thread Tools Display Modes
Internet Bully
Member
Join Date: Apr 2014
Old 05-09-2014 , 23:35   Re: SourceIRC
Reply With Quote #221

Works great on CSGO, threw it in an IRC server with no flood protection and 0 delay in the cfg. Auto-reconnect also works pretty damn quick.

Last edited by Internet Bully; 05-09-2014 at 23:35.
Internet Bully is offline
Cruckes
Member
Join Date: Jun 2014
Location: Finland
Old 12-30-2014 , 07:01   Re: SourceIRC
Reply With Quote #222

I have a following problem with SourceIRC:
I have an own IRC server, but SourceIRC can't access to there.
Server is running via ircd-hybrid.
How can I fix the problem?
Cruckes is offline
Azelphur
AlliedModders Donor
Join Date: Jun 2010
Old 12-30-2014 , 07:03   Re: SourceIRC
Reply With Quote #223

Quote:
Originally Posted by Cruckes View Post
I have a following problem with SourceIRC:
I have an own IRC server, but SourceIRC can't access to there.
Server is running via ircd-hybrid.
How can I fix the problem?
You haven't given me enough information to help. Please elaborate (what's the servers address, what host are you using (for both the game server and IRC server), what error does SourceIRC give, ...)
__________________

Last edited by Azelphur; 12-30-2014 at 07:05.
Azelphur is offline
Cruckes
Member
Join Date: Jun 2014
Location: Finland
Old 12-30-2014 , 08:32   Re: SourceIRC
Reply With Quote #224

Quote:
Originally Posted by Azelphur View Post
You haven't given me enough information to help. Please elaborate (what's the servers address, what host are you using (for both the game server and IRC server), what error does SourceIRC give, ...)
SourceIRC doesn't give any errors.
I'm using my VPS to host IRC-server and Gameserver.
I'll send you address via PM.
Cruckes is offline
Azelphur
AlliedModders Donor
Join Date: Jun 2010
Old 12-30-2014 , 08:35   Re: SourceIRC
Reply With Quote #225

Quote:
Originally Posted by Cruckes View Post
SourceIRC doesn't give any errors.
I'm using my VPS to host IRC-server and Gameserver.
I'll send you address via PM.
You only sent the address, what about all the other stuff I asked for?
__________________
Azelphur is offline
Cruckes
Member
Join Date: Jun 2014
Location: Finland
Old 12-30-2014 , 08:39   Re: SourceIRC
Reply With Quote #226

Quote:
Originally Posted by Azelphur View Post
You only sent the address, what about all the other stuff I asked for?
Alright, sent more info to you.


EDIT: Problem solved. I set localhost instead of external ip.

Last edited by Cruckes; 12-30-2014 at 08:40. Reason: I set localhost instead of external ip.
Cruckes is offline
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 02-07-2015 , 00:35   Re: SourceIRC
Reply With Quote #227

This plugin makes Stamm-commands not work or extremely delayed, sometimes the server freezes. Are the plugins not compatible with each other?
Errorlog, some lines might be old, look at the bottom part.
__________________
CAOSK-ESPORTS.COM
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
Azelphur
AlliedModders Donor
Join Date: Jun 2010
Old 02-07-2015 , 06:08   Re: SourceIRC
Reply With Quote #228

Quote:
Originally Posted by Schpraaankiii View Post
This plugin makes Stamm-commands not work or extremely delayed, sometimes the server freezes. Are the plugins not compatible with each other?
Errorlog, some lines might be old, look at the bottom part.
Please read the installation instructions in the documentation, you haven't installed the dependencies needed for SourceIRC.

SourceIRC isn't even loaded on your server due to the missing dependencies, and thus is not interacting with Stamm (or anything) at all.
__________________
Azelphur is offline
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 02-08-2015 , 12:08   Re: SourceIRC
Reply With Quote #229

EDIT
Whenever someone use !me

Quote:
Originally Posted by Server Error log
L 02/08/2015 - 18:25:41: [SM] Plugin encountered error 21: Native is not bound
L 02/08/2015 - 18:25:41: [SM] Native "BfWriteByte" reported:
L 02/08/2015 - 18:25:41: [SM] Displaying call stack trace for plugin "SourceIRC\sourceirc-relayall.smx":
L 02/08/2015 - 18:25:41: [SM] [0] Line 198, C:\Users\Jholland\Desktop\SourceIRC\scripting \sourceirc-relayall.sp::SayText2All()
L 02/08/2015 - 18:25:41: [SM] [1] Line 167, C:\Users\Jholland\Desktop\SourceIRC\scripting \sourceirc-relayall.sp::Command_Me()
I cant remove the command from the .sp file because when I compile I get:
Quote:
Originally Posted by Compile Error
//// sourceirc-relayall.sp
//
// sourceirc-relayall.sp(101) : warning 213: tag mismatch
// sourceirc-relayall.sp(10 : warning 213: tag mismatch
// sourceirc-relayall.sp(9 : error 025: function heading differs from prototype
// sourceirc-relayall.sp(119) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
// sourceirc-relayall.sp(13 : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
// sourceirc-relayall.sp(159) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
// 1 Error.
//
// Compilation Time: 0,17 sec
// ----------------------------------------
Quote:
Originally Posted by LINE 98;
public OnClientAuthorized(client, const String:auth[])
__________________
CAOSK-ESPORTS.COM

Last edited by Schpraaankiii; 02-09-2015 at 10:19. Reason: Found the bug
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
Wolfseye
Senior Member
Join Date: Apr 2014
Location: Germany
Old 02-11-2015 , 09:27   Re: SourceIRC
Reply With Quote #230

Getting this error:

Quote:
L 02/11/2015 - 15:21:49: [SM] Native "HookEvent" reported: Game event "player_chat" does not exist
L 02/11/2015 - 15:21:49: [SM] Displaying call stack trace for plugin "SourceIRC\sourceirc-relayall.smx":
L 02/11/2015 - 15:21:49: [SM] [0] Line 39, scripting/SourceIRC/sourceirc-relayall.sp::OnPluginStart()
What does that mean ? I have Socket installed. What else could be the problem ?
Wolfseye is offline
Send a message via Skype™ to Wolfseye
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 19:16.


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