irclogger
irclogger copied to clipboard
irc_name in config ignored
when I try to join a channel the config entry for irc_nick is not used; the user the bot is running as on my host is used instead.
for example, on irc client:
/whois testbot
returns:
testbot is ~mylocalusername@myhost * testbot
Where I expect:
testbot is ~testbot@myhost * testbot
my config file has:
irc_nick = testbot
irc_name = testbot