This is a draft cheat sheet. It is a work in progress and is not finished yet.
The basics
/server hostname
Connects to the specified server. |
/join #channel
Joins the specified channel. |
/list
Lists all channels on the current network. |
/nick nickname
Changes your nick. |
/names #channel
Shows the nicks of all users on #channel. |
/msg nickname message
Sends a private message to a user. |
/query nickname message
Sends a private message to a user and opens a private chat window. |
/whois nickname
Shows information about the specified user. This action is not visible to the specified user. |
|
|
Managing users
/kick #channel nickname [reason]
Temporarily remove user from channel |
/mode nickname +/-attributes [data]
Setting people's modes (for current channel only) |
User Modes
+o
User is an operator (AOP) on the current channel (prefix @). |
+v
User has voice on the current channel (prefix +). |
|
|
Examples
/server chat.freenode.net
Connects to freenode server |
/join #epitechmontpellier
Joins epitech montpellier channel. |
/nick EdouardLAURENT
Changes my nick to EdouardLAURENT |
/msg kdridi Salut
Sends the private message "Salut" to kdridi. |
|