irclogger icon indicating copy to clipboard operation
irclogger copied to clipboard

irc_name in config ignored

Open radiumsoup opened this issue 12 years ago • 0 comments

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

radiumsoup avatar Sep 25 '13 18:09 radiumsoup