fix double wrap
This commit is contained in:
parent
08050e3a5f
commit
bb9e804088
@ -209,8 +209,6 @@ class Tripsit(callbacks.Plugin):
|
|||||||
re += f". You should have/will start feeling effects {onset} from {str(time_dosed)} UTC"
|
re += f". You should have/will start feeling effects {onset} from {str(time_dosed)} UTC"
|
||||||
irc.reply(re)
|
irc.reply(re)
|
||||||
|
|
||||||
idose = wrap(idose, [("something"), ("something"), optional("something"), optional("something")])
|
|
||||||
|
|
||||||
|
|
||||||
def lastdose(self, irc, msg, args):
|
def lastdose(self, irc, msg, args):
|
||||||
"""This command takes no arguments
|
"""This command takes no arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user