/msg NickServ REGISTER password [email protected]: Registers your IRC nickname with the NickServ service, protecting it from use by other people. This command will register the nickname you are using at the time you run the command. It is only necessary to do this once per nickname./msg NickServ IDENTIFY nick password: Logs you in (aka "identifies" you) asnickusingpassword. Identifying is optional but advisable as some commands require identification./list: Displays a list of all of the channels which currently exist on an IRC network./join channelname: Joins you to the IRC channelchannelname. Ifchannelnamedoes not exist yet, one will be created/msg nick: Starts a private message session tonick./query nick: An alternate form of/msg nick./me action: Displays a message in which you appear to perform theaction./away message: Sets an away status on your nickname with the associated and optionalmessageproviding additional information (i.e.: "Back after lunch"). Sending the/awaycommand again will remove the status./who nickname: Presents more information aboutnickname. The information presented is limited to whatnicknamechooses to share./whois nickname: Similar to the/whocommand./leave channelname: Removes you from the IRC channelchannelname. Thechannelnameis optional if the command is run in the channel you wish to leave./quit: Disconnects you from the IRC network./help: Used alone, presents a list of possible help topics. Followed by the name of one of those topics, presents additional usage information for the selected topic.
/motd: Displays the message of the day (motd) for the current server/network./topic: Displays the topic for the current channel./topic TopicText: Sets the channel topic toTopicText./ignore nick: Ignore all messages (including private messages) from the specified nickname.
/nick NicknameToAddToGroup: Change to use the nickname you'd like to add to a group./msg NickServ GROUP RegisteredNickname PasswordForRegisteredNickname: Add the currently used nickname to the group associated with your registered nickname.
- Be logged in on a registered nick.
- Create the channel (see
/joinabove). /msg ChanServ REGISTER channelname: Registerschannelnamewith the ChanServ service.channelnamemust include any leading hashmarks (#or##).
- Not all networks support the same channel modes. Please review the documentation for your network before proceeding. For instance, these are the channel modes available on Freenode.
/mode channel: View the existing modes set on the channel./mode channel +MODECODE: Add the mode denoted by MODECODE to the channel./mode channel -MODECODE: Remove the mode denoted by MODECODE from the channel.
- Not all networks support the same user modes. Please review the documentation for your network before proceeding. For instance, these are the user modes available on Freenode.
- User modes apply per-session and will disappear when you logout. Most IRC clients can set modes at login time.
- Unless you are a network admin, you cannot change modes on other users/nicknames than your own.
/mode nick: View the existing modes for that nickname./mode nick +MODECODE: Add the mode denoted by MODECODE to the nickname./mode nick -MODECODE: Remove the mode denoted by MODECODE from the nickname.
- Make sure the nickname you'd like to authorize is registered.
- You must be an operator or owner of the channel in order to assign operator status to another user.
/msg ChanServ OP channel nick: Assign operator status on channelchannelto usernick.