mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-13 19:37:55 +02: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
|
||||
appended to the end of the success message.
|
||||
"""
|
||||
text = privmsgs.getArgs(args)
|
||||
text = privmsgs.getArgs(args, required=0, optional=1)
|
||||
irc.replySuccess(text)
|
||||
|
||||
def last(self, irc, msg, args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user