From cb8bbcf5cd0f8a4835b6a78f4cb4b0a32a173710 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 18 Jan 2016 02:33:29 +0100
Subject: [PATCH] Use NOTICE instead of PRIVMSG for bot output.

---
 plomlombot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plomlombot.py b/plomlombot.py
index 6031d50..4ec6646 100755
--- a/plomlombot.py
+++ b/plomlombot.py
@@ -124,7 +124,7 @@ def lineparser_loop(io, nickname):
                 content = webpage.read().decode(charset)
                 title = str(content).split('<title>')[1].split('</title>')[0]
                 title = html.unescape(title)
-                io.send_line("PRIVMSG " + target + " :page title for url: "
+                io.send_line("NOTICE " + target + " :page title for url: "
                              + title)
 
         sender = ""
-- 
2.30.2