Posts: 58
	Threads: 1
	Joined: Apr 2010
	
Reputation: 
0
	 
	
	
		You will need to setup IRC server and channel to.
Then you will need to define server and channel at irc.pwn , and they you will be able to chat.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,409
	Threads: 376
	Joined: Apr 2012
	
Reputation: 
0
	 
	
	
		And how can i make a IRC server and we?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 58
	Threads: 1
	Joined: Apr 2010
	
Reputation: 
0
	 
	
	
		Well this is not support for IRC.
Use ****** , or ******* for it.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 25
	Threads: 6
	Joined: Apr 2012
	
Reputation: 
0
	 
	
	
		Any idea on the End of File error I get even though threre is something after the attempting to connect.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,938
	Threads: 162
	Joined: May 2010
	
	
 
	
	
		is it me or is the channel key joining not working properly? alot of times my bots dont join the channel that has a key set, they only join the other 2 channels, but the bots still send messages to the channel with the key, th ey aren't in the channel but the channel is seeing the messages. A way to fix this is to remove the key temporary for the bots to join then turn it back on
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 920
	Threads: 113
	Joined: Nov 2009
	
Reputation: 
0
	 
	
	
		How many bots are needed for a regular echo channel with deaths, messages and commands?
May be a stupid question but im an absolute noob to irc
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Apr 2010
	
Reputation: 
0
	 
	
	
		Iґve got trouble with it.
I see those lines in server-log
[00:07:29] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:29] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:30] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:31] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:07:44] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:44] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:45] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:59] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:07:59] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:00] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:03] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:08:15] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:15] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:16] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:16] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:08:30] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:30] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:31] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:34] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:08:46] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:46] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:46] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:08:47] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:08:50] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:09:01] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:01] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:02] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:16] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:17] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:17] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:32] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:32] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:32] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:34] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
[00:09:47] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:47] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:09:48] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:10:03] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:10:03] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:10:03] *** IRC Plugin: Could not resolve server address (No space left on device)
[00:10:05] *** IRC Plugin: Could not connect to maple.nl.eu.gtanet.com:6667 (Connection timed out)
Here is the part I changed in the irc.pwn:
// Name that everyone will see
#define BOT_1_NICKNAME "Random1"
// Name that will only be visible in a whois
#define BOT_1_REALNAME "Random2"
// Name that will be in front of the hostname (username@hostname)
#define BOT_1_USERNAME "Random3"
#define BOT_2_NICKNAME "Whatever1"
#define BOT_2_REALNAME "Whatever2"
#define BOT_2_USERNAME "Whatever3"
#define IRC_SERVER "irc.gtanet.com"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#BBFC"
I use 0777 rights on my samp folder with root as user.
Any idea?
Greets
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,409
	Threads: 376
	Joined: Apr 2012
	
Reputation: 
0
	 
	
	
		How to make that Peoples can chat with the IRC Chat when they not in the Server?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 5
	Threads: 1
	Joined: Apr 2010
	
Reputation: 
0
	 
	
	
		Canґt anybody help me with my problem posted above? I really want to get this working again. But I just canґt :/
Would be very grateful for any help.
Greets
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,840
	Threads: 399
	Joined: Oct 2010
	
Reputation: 
0
	 
	
	
		Is the IRC Plugin 0.3x supported cause after the update i cant connect the bots anymore.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,262
	Threads: 260
	Joined: Mar 2009
	
Reputation: 
0
	 
	
	
		I believe there is a memory leak within this plugin.
I did blame the MySQL plugin and after some debugging we got the leak to slow down, but still gradually increase to a high amount (2gb after 24 hours). After some checks I removed the IRC Plugin, natives functions and compiled and loaded my script up. I'm now writing 23.5 hours later and it is now at 60mb which is pretty normal.
It did start at 45mb but to jump to 60 and maintain is pretty fine, although there is probably a small leak in the mysql from that 45 to 60mb, the rest 60-2gb is more than likely the mysql plugin.
Has anyone else had this issue?
Does using the wrong SSL version break it etc?
Regards