]> jfr.im git - erebus.git/blobdiff - modules/subtext.py
minor updates to nitterize and subtext to ignore DMs
[erebus.git] / modules / subtext.py
index 88a2368e5747dc37f705f9938e10338f5587db86..2a87c0efd1d102b03937d275b304f0402b7fca0c 100644 (file)
@@ -31,7 +31,9 @@ def privmsg_hook(bot, line):
        pieces = line.split(None, 3)
        fromnick = pieces[0][1:].split('!')[0]
        chan = pieces[2]
+       if chan[0] != "#": return
        msg = pieces[3][1:]
+
        mo = re_findsub.match(msg)
        if mo:
                if mo.group('global') is not None: