Privileged users should be able to tell yukibot to:
join a channel,
leave a channel,
send a message to a specified (backend,channel) pair,
disconnect from a backend
connect to a new backend.
This requires some way of assigning privilege to users. Given that the current permission system is overkill for its actual use-case, perhaps just specifying the username of the administrator in the backend configuration dictionary is sufficient.
Not going to implement connecting to a new backend, as I can't think of a way to reasonably specify all the backend configuration in (say) a single IRC message.
Privileged users should be able to tell yukibot to:
This requires some way of assigning privilege to users. Given that the current permission system is overkill for its actual use-case, perhaps just specifying the username of the administrator in the backend configuration dictionary is sufficient.