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

HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07


Post New Thread Reply   
 
Thread Tools Display Modes
hf91
New Member
Join Date: Mar 2006
Old 10-20-2006 , 09:09   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #81

Quote:
Originally Posted by FatalisDK View Post
Works perfect on my windows server, freezes my linux server.
Both servers using EXACT same version/plugins/everything.
same problem here, since one month my linux server crashes while using the plugin. runs 3 month without any problems.

amxx 1.60
quakenetservers


hf91
hf91 is offline
Indian
New Member
Join Date: Sep 2006
Old 10-25-2006 , 12:53   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #82

hi, i would like to ask if there is a possibility to set this plugin to show messages only from one nick (bot) and not from all? many thnx
Indian is offline
FatalisDK
Senior Member
Join Date: Mar 2006
Location: bacon
Old 11-16-2006 , 12:44   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #83

I replaced all ^r^n's with ^n and now it doesn't freeze on linux.
__________________
FatalisDK is offline
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 11-16-2006 , 14:57   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #84

What the hell. Does it still work normally?
__________________
twistedeuphoria is offline
FatalisDK
Senior Member
Join Date: Mar 2006
Location: bacon
Old 11-17-2006 , 12:46   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #85

Yes, works perfect.
__________________
FatalisDK is offline
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 11-17-2006 , 13:43   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #86

lol, gg IRC protocol. Alright, I'll make a full update soon.
__________________
twistedeuphoria is offline
pastuh
Member
Join Date: Dec 2005
Location: Lithuania
Old 11-23-2006 , 08:55   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #87

Cool ;)
But how identify in nickserv??

Last edited by pastuh; 11-23-2006 at 09:57.
pastuh is offline
Send a message via Skype™ to pastuh
Franto
Junior Member
Join Date: Nov 2006
Old 12-18-2006 , 01:11   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #88

When this plugin try to connect i recive this msg
[IRC] Disconnected, trying to reconnect

When i type hte comand manualy i recive this msg
[IRC] Error: Nickname in use
But there is no such nick in the irc server.When i type irc_nick "other"
it connects
After all i must type couple of times "conect, nick, disconnect"
to get connected.
This plugin have too much bugs. I cant use it right now. Sorry ...
__________________
Sorry about my english. I'm from country that cyrillic letters have priority. And i'm proud!

Last edited by Franto; 12-18-2006 at 01:51.
Franto is offline
FatalisDK
Senior Member
Join Date: Mar 2006
Location: bacon
Old 12-23-2006 , 13:02   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #89

Code:
public irc_connect() {     get_cvar_string("irc_server",server,64)     get_cvar_string("irc_nick",nick,32)     get_cvar_string("irc_channel",chan,32)     get_cvar_string("irc_username",username,32)     port = get_cvar_num("irc_port")     irc_socket = socket_open(server,port,SOCKET_TCP,error)     set_cvar_num("irc_clientport",irc_socket)     client_print(0, print_chat, "%i - %i", irc_socket, error);// Prints after 15 seconds of server freeze: "-1 - 0"     switch (error)     {         case 1:          {             log_amx("[IRC] Error creating socket to %s:%i",server,port)             return -1         }         case 2:          {             log_amx("[IRC] Error resolving hostname %s",server)             return -2         }         case 3:          {             log_amx("[IRC] Couldn't connect to %s:%i",server,port)             return -3         }     }     format(temp,1024,"NICK %s^r^nUSER %s 0 * :HLDS Bot^r^n",nick,username)     additem(temp)     pings=2     return irc_socket }

I have 2 servers in 2 different datacenters, both windows.
One of them works perfectly, the other has this problem.
__________________
FatalisDK is offline
PrefeX
Member
Join Date: Apr 2006
Location: Norway
Old 12-29-2006 , 13:40   Re: HLDS <-> IRC /w Integration By Devicenull 2.6 UPDATED 8-02-06
Reply With Quote #90

i have the same problem... it's not the firewall, couse it get's through some times :s though it won't reconnect when disconected

when i set debug to 1, it stops at the ping process
__________________
Life would be a lot easier if I had the source code.
PrefeX 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 11:29.


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