mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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):
|
||||
def ignore(self, irc, msg, args):
|
||||
"""takes no arguments
|
||||
|
||||
does nothing
|
||||
"""
|
||||
pass
|
||||
|
||||
def shrink(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user