/* 
 notes:
  strings always have to be inbetween ""!
  don't forget a ; after each instruction!
  comments are in c/c++ and bash-style!
*/
nickname = "Morpheous";
altnickname = "``m0rph";
realname = "Morpheous@Nebuchadnezzar.cc";
username = "Zion";
listenport = 9999;
/* password <string>: the password the connection to muh is secured with
 *                    if it is 13 chars in length muh assumes it's crypted
 *                    (try ./muh -c)
 */
password = "iXsTjGrRuns/U";
servers {
 	"194.134.5.82":6667,
	"205.252.46.98":6667,
	"194.119.238.162":6667,
	"194.134.7.194":6667,
	"193.110.95.1":6667
};
logging = false;
leave = false;
away = "[MSGlog ON]";
getnick = true;
nevergiveup = true;
rejoin = true;
// bind = "10.27.3.4";
antiidle = true;
// norestricted = true;
// forwardmsg = "mail sms@blah.org";
// hosts {
//     	"127.0.0.?" : yes,
//     	"*.trusted.dom" : yes,
//	"*" : no
// };
// people {
//	"*.stupid.org" : no,
//  	"idiot*!*" : no,
//	"quite!*@annoying.com" : no
// };
// end of file
