fix issue where empty argument was not passed to plugin

This commit is contained in:
Mallory Hancock 2018-01-10 15:25:20 -08:00
parent 5f0ee255dd
commit f0e987ef55

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