Pikaviestimet/irc
Aminda Suomalainen ⚧ 81c8402f0a
pre-commit run --all-files
2023-05-09 11:29:19 +03:00
..
.editorconfig .editorconfig(s): store current style 2023-02-17 16:42:30 +02:00
README.md pre-commit run --all-files 2023-05-09 11:29:19 +03:00
generate-amode-cmds.bash irc: add #ohjelmatyo 2022-08-25 19:54:31 +03:00
generate-histserv-massdelete.bash irc: add generate-histserv-massdelete.bash 2022-01-11 17:03:11 +02:00
generate-oper-override-mode.bash irc: add #ohjelmatyo 2022-08-25 19:54:31 +03:00
generate-usual-mode-cmds.bash irc: add #ohjelmatyo 2022-08-25 19:54:31 +03:00

README.md

Scripts for managing PPFI channels on PirateIRC

The original list of channels comes from where MI1 is according to oper WHOIS and should match kanavat.csv with exceptions of secret channels and those not (fully) belonging to Pirate Party of Finland.

The scripts only generate lines that should be copy-pasted to a IRC client for anything to actually happen. They are provided missing GroupServ in hope that PPFI is able to operate IRC without @Mikaela constantly present.

  • ./generate-amode-cmds.bash +o MI1 - giving user MI1 op on all channels which will persist and be granted on join. Prefer this script.
  • ./generate-oper-override-mode.bash +o MI1 - the same, except requires operator permission, allows unregistered accounts and doesn't persist over /cycle whether manual or connection loss or similar. Use only in emergency and even in emergency, and even then prefer amoding yourself with the previous script and then using the next script.
  • ./generate-usual-mode-cmds.bash +o MI1 - non-oper version of the previous script, generates normal /mode commands within the usual permission system most likely requiring being op (use the amode script for that, see drawbacks of the previous script).

Further reading and notes