I changed the ip of
set ioBvar(ip) "*.*.*.*"
set ioBvar(port) "444"
set ioBvar(login) "!sitebot" ;# That user needs the necessary flags to do it's job... "1" is ok.
set ioBvar(pass) "sitebot"
TO
set ioBvar(ip) "127.0.0.1"
set ioBvar(port) "444"
set ioBvar(login) "!sitebot" ;# That user needs the necessary flags to do it's job... "1" is ok.
set ioBvar(pass) "sitebot"
that problem is fixed now.
|