waived

irc_cheatsheet

Feb 2nd, 2025
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. *** Common list of IRC (Internet Relay Chat) commands ***
  2.  
  3. /join #channel
  4. Joins a specific channel, where #channel is the name of the IRC channel.
  5.  
  6. /part #channel
  7. Leaves a channel, where #channel is the name of the IRC channel.
  8.  
  9. /nick newnickname
  10. Changes your nickname to newnickname.
  11.  
  12. /msg nickname message
  13. Sends a private message to a user with the specified nickname.
  14.  
  15. /whois nickname
  16. Shows information about a user, such as their current status and the channels they're in.
  17.  
  18. /list
  19. Lists all the channels on the server.
  20.  
  21. /topic #channel topic
  22. Changes the topic of the specified channel.
  23.  
  24. /me action
  25. Performs an action in the chat, often shown as your name action (e.g., John waves).
  26.  
  27. /kick #channel nickname
  28. Kicks a user out of a channel.
  29.  
  30. /ban #channel nickname
  31. Bans a user from a channel.
  32.  
  33. /invite nickname #channel
  34. Invites a user to a specific channel.
  35.  
  36. /away message
  37. Sets an away message.
  38.  
  39. /quit [message]
  40. Disconnects from the server, optionally with a message.
  41.  
  42. /whois nickname
  43. Displays detailed information about a user.
  44.  
  45. /oper password
  46. Logs in as an IRC operator with the given password.
Advertisement
Add Comment
Please, Sign In to add comment