fix issue where empty argument was not passed to plugin

pull/20/head
Mallory Hancock 2018-01-10 15:25:20 -08:00
parent 5f0ee255dd
commit f0e987ef55
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class Message:
self.logger = logger
if cmd:
self.cmd = cmd
if arg:
self.arg = arg
if text:
self.text = text