mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Misspelling.
This commit is contained in:
parent
6d9cc6855d
commit
9d3cb7952d
@ -1,4 +1,7 @@
|
||||
* Fixed bug with ChannelValues picking up children that aren't
|
||||
* Fixed a bug with AutoMode's auto-banning feature; a variable
|
||||
was misspelled.
|
||||
|
||||
* Fixed a bug with ChannelValues picking up children that aren't
|
||||
channels.
|
||||
|
||||
* Fixed Misc.apropos not to be case-sensitive.
|
||||
|
@ -131,7 +131,7 @@ class AutoMode(callbacks.Privmsg):
|
||||
pass
|
||||
schedule.addEvent(unban, time.time()+period)
|
||||
irc.queueMsg(ircmsgs.ban(channel, msg.prefix))
|
||||
irc.queueMsg(irmcsgs.kick(channel, msg.nick))
|
||||
irc.queueMsg(ircmsgs.kick(channel, msg.nick))
|
||||
|
||||
|
||||
Class = AutoMode
|
||||
|
Loading…
Reference in New Issue
Block a user