aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-07-31 08:48:37 +0100
committerGravatar jesopo2018-07-31 08:48:37 +0100
commit1c50a275640bd4a2ea6ba9f08e07826ccedda07e (patch)
tree84a4eea1893b4eea4022f9b7864d620f70f03430 /modules
parentsupport optional data in upc.py (diff)
signature
Added missing ")" in print_activity.py
Diffstat (limited to 'modules')
-rw-r--r--modules/print_activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/print_activity.py b/modules/print_activity.py
index b3e16fe0..a8c710e9 100644
--- a/modules/print_activity.py
+++ b/modules/print_activity.py
@@ -90,7 +90,7 @@ class Module(object):
def on_quit(self, event):
if not self.bot.args.verbose:
self.print_line(event, "%s quit%s" % (event["user"].nickname,
- "" if not event["reason"] else " (%s" % event["reason"]))
+ "" if not event["reason"] else " (%s)" % event["reason"]))
def _on_kick(self, event, nickname):
if not self.bot.args.verbose: