-- config file network = "stockholm.se.quakenet.org" -- network to connect (my default for quakenet) -- The nick list is useful. If the first nick is already taken, will try with the other nicks. -- So, be sure to add a lot of nicks. nickList = { "MBot", "MBotz0r", "MartinchoBot", "tinchoBot", "MartinchoBot[1]", "MartinchoBot[2]", "MartinchoBot[3]", "MartinchoBot[4]", "MartinchoBot[5]", "MartinchoBot[6]", "MartinchoBot[7]", "MartinchoBot[8]", "MartinchoBot[9]" } defaulChannels = {"#martinchobot"} --channels to join on startup username = "MartinchoBot" realname = "MartinchoBot" --------------------------- -- Add plugins here! --------------------------- require('plugin.google') require('plugin.query') require('plugin.calc') require('plugin.translate') require('plugin.join') require('plugin.part') require('plugin.weather') require('plugin.shortcommand')