IRC connect help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: IRC connect help (
/showthread.php?tid=507375)
IRC connect help -
Stereotype - 17.04.2014
Ok, i made everything in script and on web irc, now i need help. I cant connect. I cant see any port wich i am supposted to put in my gamemode
pawn Код:
#define IRC_SERVER "irc.mibbit.net"
#define IRC_PORT (????)
#define IRC_CHANNEL "#SFCNR"
#define IRC_ADMINCHANNEL "#SCnR.oper"
Can someone help me with this?
Re: IRC connect help -
JeaSon - 17.04.2014
i think its 6667
pawn Код:
#define IRC_SERVER "irc.mibbit.net"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#SFCNR"
#define IRC_ADMINCHANNEL "#SCnR.oper"
Re: IRC connect help -
Bingo - 17.04.2014
6667, Try.
Re: IRC connect help -
Khanz - 17.04.2014
The default irc port is 6667 for non SSL and +6697 is for SSL.
Re: IRC connect help -
Stereotype - 17.04.2014
EDIT : FIXED