lykoss / lykos

Werewolf, the popular detective/social party game (a theme of Mafia)
https://werewolf.chat
Other
127 stars 63 forks source link

Perform and/or Mode config options #435

Closed trobotham closed 4 years ago

trobotham commented 4 years ago

It would be ideal to have a perform and/or mode config option, the reason for this is because we have a auth line which makes the bot flood exempt on a network that we run it on but it also requires a usermode to be set by the client/bot.

This would also be useful for other common ircd-side modes such as +B which marks the user as a bot on several IRCds.

skizzerz commented 4 years ago

This is a great suggestion, would probably implement it as a list of commands to run on connect (run after all the usual registration stuff is complete but before joining any channels).

In the meantime, a bot owner can use !fsend to manually send such commands; would need to be done each time the bot starts.