Hello, with this [TUTORIAL] you will learn how to create your own IRC channel. First of all you need IRC server so you will be able to create the channel for your server. There is many IRC servers you could use but lets take the server that Ultra Host uses for an example.
Note : Not all servers have the same way with commands.
How to Make IRC Channel ?
Hello There, To Create IRC Channel you need to Mibbit.
How to Join The Channel?
/join #channelname
Note : You should have OP to register the channel ( Means no one have registered it OR no one in it (ONLINE))
How to register ?
You need to register using :
/msg chanserv register #Channelname
After that the IRC service will join your channel and you will have owner status there.
How to change the bot name?
You can change your bot name but you cant name it as you like.
To assign the bot you want do:
/msg BotServ ASSIGN #Channelname botnick
Bot nick names :
Or you could do :
/bs botlist
to see the bot nicks
How to connect my server to my IRC channel ?
You need To File this on Your Gamemode:
Details of it :
Than compile the FS than upload to the host.
You need IRC.so plugin to run the server, you could find it in the tut above.
Note : Not all servers have the same way with commands.
How to Make IRC Channel ?
Hello There, To Create IRC Channel you need to Mibbit.
How to Join The Channel?
/join #channelname
Note : You should have OP to register the channel ( Means no one have registered it OR no one in it (ONLINE))
How to register ?
You need to register using :
/msg chanserv register #Channelname
After that the IRC service will join your channel and you will have owner status there.
How to change the bot name?
You can change your bot name but you cant name it as you like.
To assign the bot you want do:
/msg BotServ ASSIGN #Channelname botnick
Bot nick names :
Code:
Camel
-
CharlieSheen
-
Fred
-
GLaDOS
-
Kite
-
Leopard
-
Poulet
-
SamFisher
-
Santa
-
spork007
-
Viking
-
Whale [Whale]
-
Rudolph
Or you could do :
/bs botlist
to see the bot nicks
How to connect my server to my IRC channel ?
You need To File this on Your Gamemode:
Details of it :
Code:
#define IRC_SERVER irc.tl //keep
#define IRC_PORT (6667) //keep
#define IRC_CHANNEL #ChannelName// Only change this to your channel name.
Than compile the FS than upload to the host.
You need IRC.so plugin to run the server, you could find it in the tut above.
Post a Comment