From b8fe80dbdaebd76e3a77a2c966b88466ef2bdaec Mon Sep 17 00:00:00 2001 From: kohlrabi23 Date: Sat, 7 May 2016 23:10:42 +0200 Subject: [PATCH] changed default real name --- PagerBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PagerBot.py b/PagerBot.py index 2af84c5..2d6b76c 100644 --- a/PagerBot.py +++ b/PagerBot.py @@ -17,7 +17,7 @@ NICK = "PagerBot" # Ident of the bot IDENT = "PagerBot" # Realname of the bot -REALNAME = "PagerBot" +REALNAME = "https://github.com/TTYgap/PagerBot/" # Channel which should be joined CHAN = "#supercoolchan"