Skip to content

Instantly share code, notes, and snippets.

@FFY00
Last active May 28, 2018 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FFY00/8a77dd628be29db216409608adb1efdb to your computer and use it in GitHub Desktop.
Save FFY00/8a77dd628be29db216409608adb1efdb to your computer and use it in GitHub Desktop.
IRC Op Cheatsheet
Nick structure: nickname!user@host
Ex.: *!FFY00@mescaline.genesis
Create channel:
/msg ChanServ register #channel
Invite ChanServ to server:
/msg ChanServ set #channel guard on
Set OP flags hidding the OP status:
/msg ChanServ flags #channel name +BFGIKNabcfgikmoqstu
/msg ChanServ flags #channel name -QAOHV
Set mode:
/mode #channel name (+/-)modes
Documentation:
Channel modes: https://wiki.swiftirc.net/wiki/Channel_modes
ChanServ: https://wiki.swiftirc.net/wiki/Chanserv
ChanServ: http://wiki.foonetic.net/wiki/ChanServ_Commands
ChanServ (set): https://wiki.anope.org/index.php/2.0/Modules/cs_set
CheatSheet: https://gist.github.com/xero/2d6e4b061b4ecbeb9f99
Start: https://meta.wikimedia.org/wiki/IRC/Instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment