The following are basic IRC Commands that can help you enjoy your stay on Abjects IRC Network. For more in depth help see Nickserv, Chanserv, Hostserv, Botserv and IRCd Commands.
Show internal help of Nickserv.
/msg nickserv help
Register a nickname with services.
/msg nickserv register password email
(e.g. /msg nickserv register myp4ssw0rd my@email.com)
Identify yourself with your password.
/msg nickserv identify password
(e.g. /msg nickserv identify myp4ssw0rd)
Join an existing registered group, this command makes your nickname join the target nickname's group. Password is the password of the target nickname. The target nickname has to be registered first.
/msg nickserv group target-nick target-password
Turn protection on or off. With protection on, if another user tries to take your nick, they will be given one minute to change to another nick, after which Nickserv will forcibly change their nick.
/msg nickserv set kill on
(Turns the automatic protection option for your nick on)
/msg nickserv set kill quick
(If you select quick, the user will be given only 20 seconds instead of the usual 60)
/msg nickserv set kill immed
(Nick will change immediately; please do not use this option unless necessary.)
/msg nickserv set kill off
(Turns the automatic protection option for your nick off)
Set your nickname password.
/msg nickserv set password newpassword
(e.g. /msg nickserv set password myn3wp4ssw0rd)
Show internal help of Chanserv.
/msg chanserv help
Register a channel.
/msg chanserv register #channel password description
(e.g. /msg chanserv register #mychannel 123456 My Channel)
Identify yourself with your password. Authenticates you to ChanServ as the founder of the given channel. Many commands require you to use this command before using them.
/msg chanserv identify #channel password
(e.g. /msg chanserv identify #mychannel 123456)
Maintains the access list for a channel. The access list specifies which users are allowed chanop status or access to ChanServ commands on the channel. Different user levels allow for access to different subsets of privileges. See LEVELS command for more information.
/msg chanserv access #channel add nick level
(e.g. /msg chanserv access #mychannel add someone 5 (level 5 is Auto Op, see access defaults list below))
/msg chanserv access #channel del nick
(Deletes user from the access list)
/msg chanserv access #channel list
(Lists the whole channel access list)
/msg chanserv access #channel list nick
(Lists access level for the given nick)
/msg chanserv access #channel list 1-9
(Lists entry numbers 1 to 9 from the access list)
/msg chanserv access #channel clear
(Clears the whole channel access list)
Default access levels - 3= Voice (+) 4= HalfOp (%) 5= Op (@) 10= Admin (!)
Enables or disables the topic lock option for a channel. When topic lock is set, ChanServ will not allow the channel topic to be changed except via the TOPIC command.
/msg chanserv set #channel topiclock on
/msg chanserv set #channel topiclock off
Enables or disables the secure ops option for a channel. When secure ops is set, users who are not on the userlist will not be allowed chanop status.
/msg chanserv set #channel secureops on
/msg chanserv set #channel secureops off
Show internal help of Botserv.
/msg botserv help
Show internal help of Hostserv.
/msg hostserv help
Show internal help of the IRCd.
/raw help
or maybe /quote help
check your irc client
Displays a list of channels currently open. The information includes the current number of channel users, and the channel topic.
/list
(lists all channels)
/list > 100
(lists all channels with 100 users or more)
/list < 10
(lists all channels with 10 users or less)
/list C > 15
(lists all channels created between now and 15 minutes ago)
/list C < 30
(lists all channels created earlier than 30 minutes ago)
/list T > 45
(list channels whose topics are older than 40 minutes)
/list T < 60
(list channels whose topics are newer than 60 minutes)
/list *pms*
(lists channels matching pms in their channel name)
/list !*pms*
(lists all channels that do not match pms in their channel name)
Shows you information about the user you specify. The information includes nickname, username, hostname, real name, etc.
/whois nick
/whois nick nick
Used to enter the specified channel(s).
/join #channel
/join #channel key
/join #channel1,#channel2,#channel3,#channel4
/join 0
leave all channels
Used to leave the specified channel(s).
/part #channel
/part #channel message
/part #channel1,#channel2,#channel3,#channel4
Send a private message to a particular nick.
/msg nick Message you want here
(e.g. /msg someone Hi .. How are you ?)
Used to sent text to clients and channels via a notice.
/notice nick hey there! what are you doing?
/notice @#channel :text
- Sends to all channel operators in #channel
/notice %#channel :text
- Sends to all half operators in #channel
/notice +#channel :text
- Sends to all voiced users in #channel
/notice #channel :text
- Sends to everyone in #channel