What is it?

toggleop is an irssi script which simply toggles your operator status on the current channel.

When used with some keybinding (see "Notes" section below), it can be a nice way to easily get operator privileges only when needed.

Variables

Name Description Default value
toggleop_op_commandThe command to perform when the /toggleop command is called and you are not operator.msg ChanServ op $C $N
toggleop_deop_commandThe command to perform when the /toggleop command is called and you are operator.deop $N

Usage

Once the script is loaded, you can use the additional command /toggleop.

Notes

Authors

This script was written by David Ammouial.