Account suspension command
Brought to you by:
entrope
I think that NickServ needs a command to suspend
accounts aside from oset *account flags +s. In addition
to suspending the account, this command should be a
timed command and unsuspend the account after a
certain amount of time, should note who suspended the
account, and should be able to provide a note that
would show up on an accountinfo with the reason the
account was suspended. Lately I have had a couple
problems in which an account was suspended and I
didn't know who suspended it or why they suspended
it.
Logged In: YES
user_id=258370
As far as a command, it would be easy enough to:
?bind nickserv suspend *nickserv.oset $1 flags +s
giving you access to /authserv suspend <nick|*account>
That of course does not take into account the fact that you
want it to be a timed suspension :\