mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-27 13:31:08 -05:00
Updated the function to match the help.
This commit is contained in:
parent
7bf740db35
commit
bc1027d8cc
@ -72,7 +72,7 @@ class Utilities(callbacks.Privmsg):
|
|||||||
course, will break out of this command. <text>, if given, will be
|
course, will break out of this command. <text>, if given, will be
|
||||||
appended to the end of the success message.
|
appended to the end of the success message.
|
||||||
"""
|
"""
|
||||||
text = privmsgs.getArgs(args)
|
text = privmsgs.getArgs(args, required=0, optional=1)
|
||||||
irc.replySuccess(text)
|
irc.replySuccess(text)
|
||||||
|
|
||||||
def last(self, irc, msg, args):
|
def last(self, irc, msg, args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user