mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-10 16:30:40 +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.
|
channels.
|
||||||
|
|
||||||
* Fixed Misc.apropos not to be case-sensitive.
|
* Fixed Misc.apropos not to be case-sensitive.
|
||||||
|
@ -131,7 +131,7 @@ class AutoMode(callbacks.Privmsg):
|
|||||||
pass
|
pass
|
||||||
schedule.addEvent(unban, time.time()+period)
|
schedule.addEvent(unban, time.time()+period)
|
||||||
irc.queueMsg(ircmsgs.ban(channel, msg.prefix))
|
irc.queueMsg(ircmsgs.ban(channel, msg.prefix))
|
||||||
irc.queueMsg(irmcsgs.kick(channel, msg.nick))
|
irc.queueMsg(ircmsgs.kick(channel, msg.nick))
|
||||||
|
|
||||||
|
|
||||||
Class = AutoMode
|
Class = AutoMode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user