The following is the GNU All-permissive License as recommended in https://www.gnu.org/licenses/license-recommendations.en.html
Copyright (C) 2024 Free Software Foundation sysadmin@fsf.org
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
Contributions are welcome. See https://savannah.gnu.org/maintenance/fsf/.
secure irc channel
https://libera.chat/guides/channelmodes
this guide is not complete. here are a few useful commands:
register a new channel with chanserv:
/msg chanserv register #channel-name
become an operator:
/msg chanserv op #channel-name
To give full admin and founder status to a trusted staff member:
/msg chanserv flags #channel-name sudoman +AFRefiorstv
this command reserves the channel even if everyone logs out:
/msg chanserv set #channel-name guard on
this command should set secret mode so it isn't listed in /whois
or /msg
alis list foo
:
/mode #channel-name +s
if it gets immediately unset by chanserv, run these commands:
/msg chanserv info #channel-name
Then copy and paste the mode into the next command, moving s
from -
to +
:
/msg chanserv set mlock #channel-name +ntcs-lk
To require, or allow lack of, registration / identification with NickServ, use
the above methodology, but with the r
flag.