Added .meth command
This commit is contained in:
parent
90035a8249
commit
09be12eed8
|
@ -106,3 +106,11 @@ class Drugs(Plugin):
|
|||
nick=args.get('<nick>', mask.nick),
|
||||
type=strain_type,
|
||||
))
|
||||
|
||||
@command
|
||||
def meth(self, mask: IrcString, target: IrcString, args: Dict):
|
||||
"""Snort some meth *_*
|
||||
|
||||
%%meth [<nick>]
|
||||
"""
|
||||
self.bot.action(target, 'legt {} eine dicke Line Meth \________'.format(args.get('<nick>', mask.nick)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user