Skip to content

Commit

Permalink
bans: add dkick
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Jul 30, 2023
1 parent fb5e4f8 commit bb13410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alita/modules/bans.go
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ func LoadBans(dispatcher *ext.Dispatcher) {

// kick cmds
dispatcher.AddHandler(handlers.NewCommand("kick", bansModule.kick))
dispatcher.AddHandler(handlers.NewCommand("dkick", bansModule.dkick))
dispatcher.AddHandler(handlers.NewCommand("kickme", bansModule.kickme))

// special commands
Expand Down

0 comments on commit bb13410

Please sign in to comment.