Last active
May 28, 2018 20:58
-
-
Save FFY00/8a77dd628be29db216409608adb1efdb to your computer and use it in GitHub Desktop.
IRC Op Cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nick structure: nickname!user@host | |
Ex.: *[email protected] | |
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