X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=README;h=f37377ac669adbe8ba05199805ef02746635b58e;hb=4d35af3be05cacf69ca4bd634973cdcd25118e98;hp=7ca53522c21cb5dbd754eb0dc8535d8bf161417c;hpb=e14cef8f772a6f73f05254ae220a3a83981ea753;p=silc.git diff --git a/README b/README index 7ca53522..f37377ac 100644 --- a/README +++ b/README @@ -71,6 +71,53 @@ Following commands has been, at least partly, implemented: Leaves the channel. If /leave * is given the client leaves the current channel. + /CMODE +|- [{ }] + + Changes/sets channel mode. Most of the modes require + special privileges, such as channel operator or channel + founder privileges to work. The mode is added by adding + + before the option(s) and removed by adding - before + the option(s). Following modes are available: + + p Set/unset channel as private channel + s Set/unset channel as secret channel + k Set/unset that channel uses private channel key + i Set/unset channel as invite only channel + t Set/unset that only channel operator or + founder may set channel topic + l Set/unset channel's user limit + a Set/unset passphrase for channel that must + be provided when joining to the channel. + b + Add client to/remove client from ban list + I + Add client to/remove client from invite list + c [:] + Set/unset channel's cipher + + Multiple modes can be set/unset at once if the modes does not + require any arguments. If mode requires an argument then only + one mode can be set at once. + + /CUMODE +|- [@] + + Changes/set user's mode on a channel. Most of the modes + require that the client who changes some client's mode must + be channel founder or channel operator. Following channel + user modes are available: + + a [@] + Set/unset all modes (cannot be used to set + both founder and operator rights, can be used + only to remove both modes at once). + f [@] + Unset channel founder. Channel founder rights + cannot be set by user (only by server) so this + can be used only to unset the mode. + o [@] + Set/unset channel operator. Requires that + you are channel operator or channel founder. + /MSG Sends private message to remote client. Support for