IRC Channel help
#1

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

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
Reply
#3

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.
Reply
#4

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)