X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/blobdiff_plain/17bfe24c496a0f6fe1332fcfc374c9f2a941db9f..200873633854ff35ca47b1392c73c80fcfbcda75:/helpinfos diff --git a/helpinfos b/helpinfos index d421bab..18b5402 100644 --- a/helpinfos +++ b/helpinfos @@ -3,8 +3,8 @@ General commands: Registration and user settings: help [||] register [insecure|delete] seen set [ []] who [] summon (See `help identify', `help blight-id') - convert Channel settings: - ops oplist [] [+|-|= [?] ...] + convert Channel settings (see `help channel'): + ops channel [] [....] Options: Additional help topics: timeformat ks|hms identify identpass invite blight-id Send commands to me by /msg, or say them in channel with ! in front. @@ -38,24 +38,34 @@ convert Converts the specified quantity into SI units. Units that are understood are any understood by units(1) and also kelvin celsius fahrenheit (convert to celsius or kelvin) +(Not yet implemented.) -!ops -ops on channel -ops (privately) - Asks me to give you channel operator privilege. You must be using - a secure nick and have identified yourself (see `help identify'). -(Not yet implemented!) - -!oplist -oplist [] show chop list -oplist [] + ... add nicks to chop list -oplist [] - ... remove nicks from chop list -oplist [] = ... set chop list - Configures the list of who may use the `ops' command. You must be - on the oplist yourself to do this. If you op me on a channel I'll - automatically add you to the oplist if you have identified yourself. - If you make the channel op list empty I'll forget about the channel. -(Not yet implemented!) +!op +op on channel +op (privately) + I'll give you channel operator privilege, if you're a manager. + +!channel +channel [] [show] show settings +channel [] manager +|-|= ... set manager list +channel [] autojoin yes|no join at bot start ? + See `help ' (eg, `help manager') for more info. + +!autojoin +channel [] autojoin yes|no (`yes' is default.) + Controls whether I'll join the channel when I'm (re)started. +(Not yet implemented.) + +!manager +channel [] manager + ... add managers +channel [] manager - ... remove managers +channel [] manager = ... set new manager list + Managers are those who can use the `channel' command to change + channel settings. Manager status is only effective for secure + nicks, after the manager has identified themselves. + If you op me on an unmanaged channel you become the only manager, + but you must use `channel' to change a channel setting to make this + permanent. To make a channel unmanaged, make it have no managers. !identify You must identify yourself to change your settings and to use channel @@ -102,3 +112,6 @@ set timeformat ks show times in seconds, kiloseconds, etc. set timeformat hms use days, hours, minutes, seconds # +# Local variables: +# fill-column: 69 +# End.