summaryrefslogtreecommitdiff
path: root/plugins/simple_notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/simple_notify.py')
-rw-r--r--plugins/simple_notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/simple_notify.py b/plugins/simple_notify.py
index cfb65e9b..f4dfd2d2 100644
--- a/plugins/simple_notify.py
+++ b/plugins/simple_notify.py
@@ -117,7 +117,7 @@ class Plugin(BasePlugin):
self.do_notify(message, fro)
def on_muc_msg(self, message, tab):
- # Dont notify if message is from yourself
+ # Don't notify if message is from yourself
if message['from'].resource == tab.own_nick:
return