Installing Miau irc
Hey all, long time TomatoUSB user, first time poster.
I'm running a Asus RT-N66U on Shibby Tomato V102 AIO. Trying to install Miau.
I installed Miau using the ipkg installer. This installed version 0.6.4-2. I've put the following text into a file "miaurc" in the folder "/opt/local/miau_cfg"
nicknames = {
"nickname"
"altnick"
}
realname = "myrealname"
username = "myusername"
password = "testpass"
listenport = "4096"
servers = {
"irc.whatnet.org":"6667"
}
connhosts = {
"*"
}
maxclients = "1"
I'm starting Miau with the following command
miau -d /opt/local/miau_cfg
I get the following return from Miau
root@TomatoUSB-Host:/opt/local/miau_cfg# miau -d /opt/local/miau_cfg
miau v0.6.4 "What protocol?"
(EDITED SINCE I HAVE LOW-KARMA, had to remove link)
Copyright (C) 2002-2006 Tommi Saviranta <wnd@iki.fi>
(C) 2002 Lee Hardy <lee@leeh.co.uk>
(C) 1998-2002 Sebastian Kienzl <zap@riot.org>
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is NO warranty.
Read 'COPYING' for copyright and licence details.
Oct 29 11:11:11 + Configuration read.
Oct 29 11:11:11 - 'password' has not been set!
Oct 29 11:11:11 - 'connhosts' has not been set!
It looks like it's reading the Configuation file but from some reason not getting the password or connhosts set. Any idea why?
Thanks for any help.