From 05866b62caa7c942b0442292740dd8341908c37e Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Fri, 14 Nov 2014 13:54:28 +0100 Subject: [PATCH] s/RNAME/REALNAME/ --- botconfig.py.example | 2 +- wolfbot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/botconfig.py.example b/botconfig.py.example index 663d8af..4c3f5dc 100644 --- a/botconfig.py.example +++ b/botconfig.py.example @@ -5,7 +5,7 @@ PORT = 6667 USERNAME = "" # for authentication, can be left blank if same as NICK NICK = "mywolfbot" IDENT = NICK -RNAME = NICK #realname/gecos, defaults to the same as the nick +REALNAME = NICK CMD_CHAR = "!" CHANGING_HOST_QUIT_MESSAGE = "Changing host" diff --git a/wolfbot.py b/wolfbot.py index 03f07ea..b6f1686 100755 --- a/wolfbot.py +++ b/wolfbot.py @@ -62,7 +62,7 @@ def main(): password=botconfig.PASS, nickname=botconfig.NICK, ident=botconfig.IDENT, - real_name=botconfig.RNAME, + real_name=botconfig.REALNAME, sasl_auth=botconfig.SASL_AUTHENTICATION, use_ssl=botconfig.USE_SSL, connect_cb=modules.common.connect_callback