mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Added docstrings for ignore
This commit is contained in:
parent
0b6fce1e06
commit
52fab17e92
@ -47,6 +47,10 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
|
|
||||||
class Utilities(callbacks.Privmsg):
|
class Utilities(callbacks.Privmsg):
|
||||||
def ignore(self, irc, msg, args):
|
def ignore(self, irc, msg, args):
|
||||||
|
"""takes no arguments
|
||||||
|
|
||||||
|
does nothing
|
||||||
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def shrink(self, irc, msg, args):
|
def shrink(self, irc, msg, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user