SA-MP Forums Archive
IRC 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 HELP (/showthread.php?tid=511920)



IRC HELP - rockhopper - 08.05.2014

I have made a irc server using mibbit and im using xoomer's irc FS for the irc cmds like !say !kick etc..
But
Код:
 #define IRC_SERVER "1.186.175.213"
#define IRC_PORT 6667
#define IRC_CHANNEL "#mgs"
Is it important to change this if yes then how

ANd how to add cmds on mibbit so that !say etc can work nothing happens when i do so


Re: IRC HELP - Affan - 08.05.2014

IRC_SERVER is what irc you are using.
If you are using mibbit do
pawn Код:
#define IRC_SERVER "irc.mibbit.net"
Leave IRC_PORT as it is. And IRC_CHANNEL is the channel you want to send the bots etc.

To make IRC commands, use IRCCMD, I bet there will be instructions in the FS you are using.


Re: IRC HELP - rockhopper - 08.05.2014

wait lemme check if its working