X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Finspircd.helpop.example;h=83019f17022fd7a91dd14190aa22cb4c749dbd95;hb=d02d6b05a3cb516ccaf69ceef19383513ad52292;hp=8a53629e98304bbef88fc5834c34124b8318fc8c;hpb=1d17a9d23e533e0a5e9a0cdec17fd40adf0f0821;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/inspircd.helpop.example b/docs/inspircd.helpop.example index 8a53629e9..83019f170 100644 --- a/docs/inspircd.helpop.example +++ b/docs/inspircd.helpop.example @@ -9,18 +9,20 @@ # -- w00t 16/dec/2006 # + + +/HELP CUSER - To see a list of user commands +/HELP COPER - To see a list of oper commands +/HELP UMODES - To see a list of user modes +/HELP CHMODES - To see a list of channel modes +/HELP SNOMASKS - To see a list of oper snotice masks +/HELP EXTBANS - To see a list of extended bans"> @@ -162,6 +164,11 @@ LOCKSERV UNLOCKSERV JUMPSERVER"> see themselves or themselves and the operators, while operators see all the users (requires auditorium module). + w [flag]:[banmask] Adds basic channel access controls of [flag] to + [banmask], via the +w listmode. + For example, +w o:R:Brain will op anyone identified + to the account 'Brain' on join. + (requires autoop module) z Blocks non-SSL clients from joining the channel. A Allows anyone to invite users to the channel @@ -241,11 +248,12 @@ help channel if you have any questions."> q Allows receipt of local quit messages. Q Allows receipt of remote quit messages. t Allows receipt of attempts to use /STATS (local and remote). + v Allows receipt of oper-override notices (requires override module). x Allows receipt of Xline notice (g/z/q/k/e).">