mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:03:12 +02:00
Fixed botserv bots parting empty channels. This also allows setting bsminusers to 0, which keeps the botserv bot in the channel at all times.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandNSSetAutoOp : public Command
|
||||
{
|
||||
public:
|
||||
CommandNSSetAutoOp() : Command("AUTOOP", 2)
|
||||
CommandNSSetAutoOp() : Command("AUTOOP", 1)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user