SA-MP Forums Archive
IRC Channel help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: IRC Channel help (/showthread.php?tid=491177)



IRC Channel help - ziggy - 29.01.2014

Hey guys,i want to make IRC channel and connect it with my server
How i can do this?
Please help
Thank you


Re: IRC Channel help - ziggy - 30.01.2014

i created it and added this plugin
https://sampforum.blast.hk/showthread.php?tid=98803
and this admin system
https://sampforum.blast.hk/showthread.php?tid=55107

how to set voice or op to users?
please help me


Re: IRC Channel help - Flake. - 30.01.2014

Head on to IRC, /join #YourChanel make sure you register it and everything. Once you've done this head to your IRC filterscript and configer all of this

pawn Код:
#define BOT_1_MAIN_NICKNAME "BotA"
#define BOT_1_ALTERNATE_NICKNAME "BotA`"
#define BOT_1_REALNAME "SA-MP Bot"
#define BOT_1_USERNAME "bot"

#define BOT_2_MAIN_NICKNAME "BotB"
#define BOT_2_ALTERNATE_NICKNAME "BotB`"
#define BOT_2_REALNAME "SA-MP Bot"
#define BOT_2_USERNAME "bot"

#define IRC_SERVER "irc.tl"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#testchannel"
To your settings of your IRC server/channel, once you start your script the bots should connect. You can then edit the script to your liking, echoing anything you want to IRC.


Re: IRC Channel help - ziggy - 30.01.2014

Hey,i cant do /join #IOD
How to set voice to users?


Re: IRC Channel help - Flake. - 30.01.2014

Join it then do "/cs register #ChannelName Description" After that you can click the users name and set them to VOP


Re: IRC Channel help - ziggy - 30.01.2014

I did it but how to set vop?
Please come to irc.tl #IOD PORT 6667