mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added error helper function.
This commit is contained in:
parent
cdfdc93e87
commit
6bcae9309e
@ -759,4 +759,7 @@ def ison(nick, prefix='', msg=None):
|
|||||||
prefix = msg.prefix
|
prefix = msg.prefix
|
||||||
return IrcMsg(prefix=prefix, command='ISON', args=(nick,), msg=msg)
|
return IrcMsg(prefix=prefix, command='ISON', args=(nick,), msg=msg)
|
||||||
|
|
||||||
|
def error(s, msg=None):
|
||||||
|
return IrcMsg(command='ERROR', args=(s,), msg=msg)
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user