[00:01:46] *** sythe_ has quit IRC
[00:02:31] *** sythe__ has quit IRC
[00:03:01] <Digital_Lemon> irc.queueMsg(ircmsgs.voice(channel, users))
[00:03:19] <Digital_Lemon> if i provide 4 nicks as 'users', should all of them get voiced
[00:03:24] <Digital_Lemon> i cannot make it work...
[00:31:00] *** SpiderDave has quit IRC
[00:31:28] *** SpiderDave has joined #supybot
[00:32:50] *** XSlicer has quit IRC
[00:43:47] <Digital_Lemon> anyone can help...?
[00:50:15] <Digital_Lemon> how can i send a raw command
[01:00:41] <nanotube> Digital_Lemon: you should look into the source code of ircmsgs.py
[01:00:54] <nanotube> my guess is that either voice() takes a list of nicks rather than a space-separated string
[01:01:02] <nanotube> or it only takes one nick, and you have to use ircmsgs.voices() with a list of nicks
[01:01:47] <Digital_Lemon> guess what
[01:01:49] <Digital_Lemon> its working <3
[01:02:18] <nanotube> nice :)
[01:11:46] <Digital_Lemon> massvoice, masskick and \nicks\ but channel specific in one night
[01:11:49] <Digital_Lemon> i love myself
[01:11:49] <Digital_Lemon> xD
[01:12:02] <nanotube> hehe
[01:20:20] <Out`Of`Control> Hi there is an error in supybot irclibs.py line 938 lamda need to be lambda
[01:21:08] <Out`Of`Control> *irclib.py
[01:22:31] <themill> Do you actually mean supybot?
[01:22:53] <Out`Of`Control> Yes in source
[01:23:06] <Out`Of`Control> I just download new one and found this
[01:25:16] <themill> jamessan: ^^ (and perhaps a list comprehension rather than a lambda and filter anyway?)
[01:25:35] *** iPHP has quit IRC
[01:26:53] <themill> yes, I found it in git (it's not in the current release)
[01:27:32] <Out`Of`Control> i am getting some other errors not sure why
[01:27:38] <Out`Of`Control> maybe more typos
[01:31:01] *** Kebap21 has joined #supybot
[01:48:58] *** sythe has quit IRC
[01:57:09] *** mren is now known as mren|off
[02:27:16] *** Kebap21 is now known as Kebap23
[03:00:28] *** luckybunny has joined #supybot
[03:01:58] <luckybunny> hi there. I'm having some trouble connecting my supy to another network. I have used the command "network connect" but the output from the command "networks" shows the other network, but with "unset" next to it. I quote....
[03:02:14] <luckybunny> freenode: card.freenode.net and Spidernet: unset
[03:22:19] <nanotube> that means it hasn't connected successfully. check your log.
[03:24:48] <luckybunny> I have no log
[03:24:59] <luckybunny> I don't run the host machine
[03:26:08] <nanotube> no log? do you have ssh access to the box you run the bot on? or does someone else run the bot for you?
[03:26:39] <luckybunny> someone else hosts for me
[03:27:25] <nanotube> then ask him for the log.
[03:27:53] <nanotube> or... if you by any chance run gribble/limnoria code, you could use unix call to tail the log.
[03:30:41] <luckybunny> is there a way to get it to auto-retry if unsuccessful with connecting
[03:31:35] <luckybunny> with the network in question, it took 2 or 3 tries before even my own client could get in, and I'm thinking this could be what the bot is running into as well
[03:35:13] <kingkong> when I run seen command in x room, it doesn't says that user has been in y room. bot in both of rooms. why not says if seen in another room
[03:36:05] <kingkong> also, it misses users sometimes, i run seen for a nick in private of bot but says, there's not such user seen. but it seen in a room
[03:36:40] <luckybunny> kingkong: seen #channel nick
[03:36:58] <nanotube> luckybunny: it retries by default...
[03:37:17] <luckybunny> hmmm
[03:37:30] <luckybunny> then the network must be rather broken
[03:37:33] <luckybunny> lol
[03:37:57] <kingkong> but i want a global seen
[03:37:59] <nanotube> yea that, or maybe you didn't supply the right host/port ...
[03:38:19] <nanotube> kingkong: unfortunately there's no global seen.
[03:39:24] <kingkong> nanotube: network based global seen not supported?
[03:39:51] <nanotube> the seen command requires a channel
[03:40:06] <nanotube> you can try writing your own seen command that is network-wide...
[03:40:26] <nanotube> it's not impossible, just saying that the existing seen command is per-channel
[03:43:17] <kingkong> how can I write my own global network based seen command?
[03:43:48] <kingkong> i was curious that, if bot in several networks, and on seen command, if same nick seen in both networks but you said, there's not global seen already :)
[03:44:13] <nanotube> learn python, read some supybot code to figure it out, read the docs on ,,resources, then write some code to make seen do what you want. :)
[03:45:13] <kingkong> ahaha, long story then :)
[03:45:36] <nanotube> seen is per channel - but i'm not sure if the db keeps separate records per network - maybe it does maybe it doesn't - if you really want to know, gotta look at the code too. :) or test it out.
[03:45:40] <kingkong> i run my eggdrop instead of all this
[03:45:43] <nanotube> yes, long story indeed :)
[03:45:56] <kingkong> i haven't that much time for all this
[03:46:12] <nanotube> well, if eggdrop works for you, then just use what works
[03:46:45] <kingkong> i had problem at eggdrop about local characters in youtube links
[03:47:01] <kingkong> i thought supy bot will not have such problem
[03:47:06] <kingkong> but it has the same problem too
[03:47:24] <kingkong> but i liked supy bot, in a professional hands, it's better than eggdrop
[03:48:51] <luckybunny> hmmmm. I think I get why it can't connect... is there a way to change the real name field without the conf files?
[03:49:58] <luckybunny> I have a feeling the server is rejecting the Supybot 0.83.4.1 real name as antirandom measures
[03:59:29] <nanotube> ;;config help supybot.user
[03:59:30] <gribble> Determines the user the bot sends to the server. A standard user using the current version of the bot will be generated if this is left empty. (Current value: )
[03:59:32] <nanotube> luckybunny: ^
[04:00:03] *** johnnyzero has joined #supybot
[04:00:03] <luckybunny> ah thanks
[04:01:34] <luckybunny> there you go, johnnyzero... you have the stage
[04:01:49] <johnnyzero> ok well my bot isn't recognizing me
[04:01:57] <johnnyzero> and I am looking at the conf file
[04:01:58] <johnnyzero> I am in it
[04:02:41] <johnnyzero> Though I do see this
[04:03:00] <johnnyzero> # Default value: -owner -admin -trusted
[04:03:00] <johnnyzero> ###
[04:03:00] <johnnyzero> supybot.capabilities: -owner -admin -trusted
[04:03:05] <johnnyzero> It says admin and not my name
[04:03:09] <johnnyzero> Is that supposed to be like that?
[04:03:31] <luckybunny> you have the users database, and you're in it?
[04:03:47] <johnnyzero> There are only 3 folders
[04:03:54] <johnnyzero> conf, data, and logs
[04:03:58] <Omen> conf
[04:04:00] <johnnyzero> And there are two files
[04:04:04] <johnnyzero> ok
[04:04:17] <johnnyzero> userdata.conf is blank
[04:04:30] <Omen> how about users.conf
[04:04:42] <johnnyzero> there is no users.conf
[04:04:53] <nanotube> then there are no users
[04:05:04] <johnnyzero> The directory of /home/johnny/supybot/conf includes userdata.conf only with no other files
[04:05:06] <nanotube> (or you're looking in the wrong directory)
[04:05:29] <luckybunny> nanotube: the bot says no users to
[04:05:33] <luckybunny> too*
[04:05:49] <nanotube> johnnyzero: what does 'user list' command return
[04:05:54] <luckybunny> so I'm guessing it didn't generate properly when he ran the wizard
[04:06:10] <nanotube> maybe you can try running supybot-adduser
[04:06:42] <johnnyzero> Hmm ok I'll try
[04:07:24] <johnnyzero> hang on let me pastebin this
[04:08:23] <nanotube> yes... so? why not try specifying a users.conf file you'd like to use?
[04:08:43] <nanotube> i suggest pointing to conf/users.conf
[04:09:07] <johnnyzero> so create a blank users.conf file
[04:09:09] <johnnyzero> ok I see
[04:09:31] <nanotube> it'll probably create it automagically, if you just give it a filepath
[04:09:38] <nanotube> but i guess it doesn't hurt to touch it
[04:10:08] <johnnyzero> Hmm what is the user's name
[04:10:11] <johnnyzero> That would be my name
[04:10:12] <johnnyzero> I think
[04:10:33] <johnnyzero> What capability?
[04:10:38] <johnnyzero> admin?
[04:10:50] <johnnyzero> Oh wait
[04:10:51] <johnnyzero> owner
[04:10:53] <johnnyzero> ok I get it
[04:11:37] <johnnyzero> ok done
[04:12:13] <johnnyzero> thanx guys :)
[04:12:15] <nanotube> cool. now try 'config reload' (or starting the bot if it's not running), then identify
[04:12:21] <nanotube> np gl :)
[04:12:22] <johnnyzero> ok
[04:13:42] <johnnyzero> hmm still can't find me
[04:13:51] <johnnyzero> Let me check the users.conf file
[04:15:11] <johnnyzero> weird
[04:15:20] <johnnyzero> userdata and users is still blank
[04:15:49] <johnnyzero> and for some reason the generation wants to throw everything into my home directory and not the /supybot directory
[04:16:28] <Omen> make files, move files, drink coffee, relax?
[04:17:19] <johnnyzero> ok hang on
[04:17:26] <johnnyzero> Found the users file
[04:17:35] <johnnyzero> For some reason it appeared in the backup folder
[04:17:39] <johnnyzero> Which is rather odd
[04:17:42] <johnnyzero> as a backup file too
[04:21:32] *** }ls{ has quit IRC
[04:24:44] <johnnyzero> It keeps autoblanking the users.conf file
[04:25:49] <johnnyzero> In fact all the conf files are blank except the channels.conf file
[04:25:53] <luckybunny> johnnyzero: you need to update the bot to the file. When the bot shuts down, it overwrites what's there. So either use the command to update it, or edit the file when the bot's disconnected
[04:26:56] <johnnyzero> I'm gonna try running the wizard again
[04:26:59] <luckybunny> so set up the file with that add user thing, and then 'config reload' the bot from IRC
[04:27:00] <johnnyzero> The problem with the wizard is
[04:27:08] <johnnyzero> It throws everything into my home directory by default
[04:27:19] <johnnyzero> Even if I specify a directory for it to put things in
[04:27:51] <luckybunny> I'm still having difficulty getting mine on spidernet lol
[04:28:03] <johnnyzero> Ooh
[04:28:11] <luckybunny> I'm guessing I'm using invalid syntax
[04:28:19] <johnnyzero> Maybe I should find another network. There are many out there like spidernet
[04:28:36] <luckybunny> "network connect Spidernet irc.spidernet.org"
[04:28:54] <johnnyzero> Hmm yeah its weird that won't work
[04:28:59] <johnnyzero> Seems to work for me every time
[04:29:01] <luckybunny> johnnyzero: yours is connecting there
[04:29:09] <luckybunny> so you don't need to move it away
[04:29:32] <johnnyzero> I'm gonna try the wizard again
[04:29:40] <johnnyzero> and I'll leave everything in the home directory
[04:29:51] <johnnyzero> Until I could figure out how I can get it into its own directory
[04:29:54] <johnnyzero> and unclutter everything
[04:34:35] <Omen> Ooh!.. I was wanting to ask for that fix earlier today
[04:34:36] <luckybunny> wow... a return to active development?
[04:34:39] <luckybunny> :DDD
[04:41:44] *** johnnyzero has left #supybot
[05:05:22] <nosa-j> how do i get color in my announce rss feeds?
[05:05:26] <nosa-j> :D
[05:06:56] *** SleepingBeauty is now known as Efreak
[05:20:10] *** Raptors_ has quit IRC
[05:35:09] *** Algabe has joined #supybot
[05:35:10] *** Algabe has joined #supybot
[05:35:23] <Algabe> help me
[05:35:47] <Algabe> como pongo el "Herald" con capabilyte ?
[05:36:13] <Algabe> para que nadie pueda editar el !herald default #canal mensaje (only owner)
[05:39:22] <Algabe> ;;help capabilites
[05:39:22] <gribble> Error: There is no command "capabilites".
[05:39:34] <Algabe> ;;help capabilities
[05:39:34] <gribble> (capabilities [<name>]) -- Returns the capabilities of the user specified by <name>; if <name> isn't specified, returns the capabilities of the user calling the command.
[05:50:16] <Algabe> capabilities -herald.default
[06:03:22] *** Mkaysi2 has quit IRC
[06:23:42] *** haseeb has joined #supybot
[06:28:20] <nosa-j> o0
[06:38:32] *** Efreak is now known as SleepingBeauty
[06:42:17] *** WakiMiko_ has joined #supybot
[06:45:00] *** WakiMiko has quit IRC
[06:56:07] *** Banton has quit IRC
[06:56:34] *** Banton has joined #supybot
[06:59:48] *** haseeb has quit IRC
[07:43:07] *** nyuszika7h has joined #supybot
[08:08:51] <Algabe> cu later all
[08:08:54] *** Algabe has quit IRC
[08:14:24] *** orphan has quit IRC
[08:14:53] *** orphan has joined #supybot
[08:42:30] *** Mkaysi2 has joined #supybot
[09:00:10] <Mkaysi2> ;;google Calc current time in Finlannd
[09:00:10] <gribble> 9:48am Monday (EET) - Time in Finland
[09:00:32] <Mkaysi2> :O
[09:00:54] <Mkaysi2> How dows it work with gribble?
[09:04:43] <Kebap23> where can I submit bugs?
[09:04:57] *** SpiderDave has quit IRC
[09:05:01] <Kebap23> File "/home/m/Project/bot/ve/lib/python2.6/site-packages/supybot/irclib.py", lin
[09:05:01] <Kebap23> supported = self.supported.get('umodes')
[09:05:01] <Kebap23> AttributeError: 'Irc' object has no attribute 'supported'
[09:05:26] <Kebap23> this was when starting supybot. it actually seems to run just fine.
[09:05:27] *** SpiderDave has joined #supybot
[09:05:55] <Kebap23> and funnily enough, it is irclib.py again, just like yesterday
[09:05:56] <Mkaysi2> Https://github.com/ProgVal/Limnoria/issues
[09:07:24] <Mkaysi2> Oh sorry. That link isfir supybot fork limnoria
[09:07:54] * Mkaysi2 thought that this was #limnoria
[09:44:11] <Kebap23> maybe somebody else has an answer ^^
[10:08:23] *** SleepingBeauty is now known as Efreak
[11:04:19] *** iPHP has joined #supybot
[11:07:06] <nyuszika7h> ;;google calc 1+1
[11:07:07] <gribble> Google's calculator didn't come up with anything.
[11:07:14] <nyuszika7h> Mkaysi2: ^^
[11:15:59] <Mkaysi2> I see
[11:19:18] *** Efreak is now known as SleepingBeauty
[11:21:36] *** orphan has quit IRC
[11:27:07] *** wanders has quit IRC
[11:34:41] *** ARBALEST_ has joined #supybot
[11:35:40] *** orphan has joined #supybot
[11:39:09] *** SupyStats01 has quit IRC
[11:39:26] *** SupyStats01 has joined #supybot
[11:53:43] *** wanders has joined #supybot
[12:39:46] *** }ls{ has joined #supybot
[12:44:48] *** wanders has quit IRC
[12:44:49] *** beo has quit IRC
[12:44:49] *** Guest31811 has quit IRC
[12:44:49] *** Mkaysi has quit IRC
[12:44:49] *** amithkk has quit IRC
[12:44:49] *** skizzhg has quit IRC
[12:44:49] *** ludens_ has quit IRC
[12:44:50] *** pranq has quit IRC
[12:44:50] *** ProgVal has quit IRC
[12:44:50] *** ludens has quit IRC
[12:47:16] *** skizzhg has joined #supybot
[12:49:21] *** ProgVal has joined #supybot
[12:49:56] *** pranq has joined #supybot
[12:52:31] *** beo has joined #supybot
[12:53:46] *** jnevill has joined #supybot
[12:56:20] *** Guest15007 has joined #supybot
[12:59:56] *** amithkk has joined #supybot
[12:59:57] *** amithkk has quit IRC
[12:59:57] *** amithkk has joined #supybot
[13:11:57] *** m4v has quit IRC
[13:12:53] *** ihptru has quit IRC
[13:16:52] *** ihptru has joined #supybot
[13:19:22] *** wanders has joined #supybot
[13:19:22] *** m4v has joined #supybot
[13:40:10] *** Guest15007 has quit IRC
[13:43:09] *** Mkaysi2 has quit IRC
[13:43:50] *** Mkaysi has joined #supybot
[13:59:50] *** ARBALEST_ has quit IRC
[14:03:46] *** beo has quit IRC
[14:05:36] *** beo has joined #supybot
[14:14:52] *** ludens_ has joined #supybot
[14:14:52] *** ludens has joined #supybot
[14:35:59] *** Mkaysi has quit IRC
[14:37:30] *** Mkaysi has joined #supybot
[14:55:49] *** Kebap23 has quit IRC
[15:06:30] *** Guest68620 has joined #supybot
[15:15:56] *** Guest68620 has quit IRC
[15:20:44] *** nosa has joined #supybot
[15:22:26] *** themill has quit IRC
[15:22:27] *** nosa-j has quit IRC
[15:22:30] *** SpiderDave_ has joined #supybot
[15:22:35] *** jnevill has quit IRC
[15:22:35] *** Mkaysi has quit IRC
[15:22:35] *** wanders has quit IRC
[15:22:35] *** ihptru has quit IRC
[15:22:36] *** amithkk has quit IRC
[15:22:36] *** pranq has quit IRC
[15:22:36] *** skizzhg has quit IRC
[15:22:36] *** SupyStats01 has quit IRC
[15:22:36] *** nyuszika7h has quit IRC
[15:22:37] *** skizzhgout has quit IRC
[15:22:37] *** gribble has quit IRC
[15:22:37] *** _NiC has quit IRC
[15:22:37] *** brad has quit IRC
[15:22:38] *** mren|off has quit IRC
[15:23:14] *** nosa-j has joined #supybot
[15:23:49] *** Biiaru is now known as zZzaru
[15:23:53] *** ricky has quit IRC
[15:24:28] *** Unit193 has quit IRC
[15:24:37] *** gribble has joined #supybot
[15:24:37] *** ChanServ sets mode: +o gribble
[15:25:15] *** nanotube has quit IRC
[15:25:16] *** ricky has joined #supybot
[15:25:16] *** luckybunny has quit IRC
[15:25:17] *** Omen has quit IRC
[15:25:17] *** KittyKatt has quit IRC
[15:25:17] *** N3LRX has quit IRC
[15:25:17] *** Dan39 has quit IRC
[15:25:17] *** Jonimus has quit IRC
[15:25:17] *** SpiderDave has quit IRC
[15:25:18] *** themill_ has joined #supybot
[15:25:18] *** themill_ has quit IRC
[15:25:18] *** themill_ has joined #supybot
[15:25:21] *** SpiderDave_ is now known as SpiderDave
[15:25:26] *** themill_ has quit IRC
[15:25:35] *** ircdearia has quit IRC
[15:25:40] *** Mazon has quit IRC
[15:25:40] *** SleepingBeauty has quit IRC
[15:25:53] *** nosa has quit IRC
[15:26:21] *** Elfix has quit IRC
[15:26:26] *** Mazon has joined #supybot
[15:26:37] *** jnevill has joined #supybot
[15:26:58] *** Elfix has joined #supybot
[15:27:17] *** themill_ has joined #supybot
[15:27:26] *** themill_ is now known as themill
[15:27:35] *** nanotube has joined #supybot
[15:27:57] *** saik0 has quit IRC
[15:28:11] *** saik0 has joined #supybot
[15:28:27] *** D9-44CW has joined #supybot
[15:28:47] *** SleepingBeauty has joined #supybot
[15:28:58] *** eracc has quit IRC
[15:29:01] *** nyuszika7h has joined #supybot
[15:29:05] *** mren|off has joined #supybot
[15:29:05] *** Mkaysi has joined #supybot
[15:29:05] *** wanders has joined #supybot
[15:29:05] *** ihptru has joined #supybot
[15:29:05] *** amithkk has joined #supybot
[15:29:05] *** pranq has joined #supybot
[15:29:05] *** skizzhg has joined #supybot
[15:29:05] *** SupyStats01 has joined #supybot
[15:29:05] *** skizzhgout has joined #supybot
[15:29:05] *** _NiC has joined #supybot
[15:29:05] *** brad has joined #supybot
[15:29:07] *** SupyStats01 has quit IRC
[15:29:07] *** Mkaysi is now known as 13WAARKUE
[15:29:22] *** KittyKatt has joined #supybot
[15:29:25] *** eracc has joined #supybot
[15:29:38] *** mren|off has quit IRC
[15:29:38] *** mren|off has joined #supybot
[15:29:44] *** Dan39 has joined #supybot
[15:30:08] <13WAARKUE> gribble: You are the best :D
[15:30:18] <13WAARKUE> gribble: You gave netsplit nick to me again :)
[15:32:02] *** SupyStats01 has joined #supybot
[15:32:04] *** jnevill has quit IRC
[15:32:10] *** ricky has quit IRC
[15:33:06] <saik0> How can i see all plugins that have the command foo?
[15:33:06] *** Sedated has quit IRC
[15:33:34] *** nyuszika7h has quit IRC
[15:33:37] *** ricky has joined #supybot
[15:33:42] *** jnevill has joined #supybot
[15:33:52] *** Sedated has joined #supybot
[15:33:57] <Banton> &help plugins
[15:33:57] <gribble> (plugins <command>) -- Returns the names of all plugins that contain <command>.
[15:34:06] <Banton> saik0:
[15:34:07] *** ricky is now known as Guest72597
[15:34:28] *** Unit193 has joined #supybot
[15:34:35] *** nyuszika7h has joined #supybot
[15:35:20] <saik0> Banton: Error: There is no command "plugins".
[15:35:24] *** ircdearia has joined #supybot
[15:35:38] <Banton> it's in the Plugin plugin
[15:35:40] <nanotube> try apropos
[15:35:45] <nanotube> 'plugins' is a gribble addition
[15:37:08] <saik0> Got it, thank you
[15:38:49] *** Omen has joined #supybot
[15:39:15] *** nyuszika7h has quit IRC
[15:39:33] *** Jonimus has joined #supybot
[15:40:32] *** nyuszika7h has joined #supybot
[15:40:37] <saik0> If I add an anticapability to a channel goes a user's +capability override it?
[15:41:57] <saik0> Specifically I want to add something a trigger in messageparser like "tell nick about !command", but also want to keep the tell command form the later plugin
[15:44:34] <themill> saik0: ;;(help defaultplugin) might be what you want
[15:44:41] * themill kicks gribble
[15:44:49] <themill> &help defaultplugin
[15:44:52] <gribble> (defaultplugin [--remove] <command> [<plugin>]) -- Sets the default plugin for <command> to <plugin>. If --remove is given, removes the current default plugin for <command>. If no plugin is given, returns the current default plugin set for <command>. See also, supybot.commands.defaultPlugins.importantPlugins.
[15:45:13] <nanotube> themill: ,, () for inline stuff, not ;; :)
[15:45:18] <themill> saik0: that way you could have "tell" be in one plugin and "later tell" be the other one.
[15:45:28] <themill> nanotube: ETOOCOMPLICATED
[15:45:38] <nanotube> themill: haha
[15:46:40] <saik0> If it's parsed from a message it's not a command
[15:47:26] <themill> oh, you want to do this using message parser... then there's nothing to do
[15:51:37] <saik0> I think I'm doing it wrong, maybe would be better to write a plugin or adding a givefact command to factoids
[16:13:19] *** nyuszika7h has quit IRC
[16:20:04] <dcr226> is there a good way of backing up the alias database?
[16:20:55] <skizzhg> no?
[16:21:14] <skizzhg> there isn't an alias db, they are in the conf
[16:23:50] <dcr226> ah ok
[16:25:47] *** SupyStats01 has quit IRC
[16:30:35] *** SupyStats01 has joined #supybot
[16:32:57] *** dcr226 is now known as baconbot
[16:34:08] *** baconbot is now known as dcr226
[16:35:40] *** SupyStats01 has quit IRC
[16:38:39] *** SupyStats01 has joined #supybot
[16:43:25] *** SupyStats01 has quit IRC
[16:46:50] *** SupyStats01 has joined #supybot
[16:50:56] *** Daniel0108 has joined #supybot
[16:58:33] *** nyuszika7h has joined #supybot
[17:01:36] *** Out`Of`Control is now known as Viper
[17:15:13] *** Omen has quit IRC
[17:38:08] <nanotube> dcr226: aliases are stored in the conf file. so just back up the main conf file and you have a backup
[17:38:47] *** Viper has quit IRC
[18:10:08] *** }ls{ has quit IRC
[18:12:44] *** }ls{ has joined #supybot
[18:16:11] *** D9-44CW is now known as N3LRX
[18:18:24] *** Mkaysi has joined #supybot
[18:33:41] *** beo has quit IRC
[18:44:31] *** orphan has quit IRC
[18:44:39] *** Bad-Man has joined #supybot
[18:46:06] *** amatuer has joined #supybot
[18:48:30] *** Bad-Man has quit IRC
[18:48:39] *** amatuer has quit IRC
[19:00:45] *** XSlicer has joined #supybot
[19:02:06] *** Buck has joined #supybot
[19:02:22] <Buck> if I have two identically named commands in different plugins, how can I specify one to be the default when a plugin isn't specified?
[19:03:13] <themill> &help defaultplugin
[19:03:14] <gribble> (defaultplugin [--remove] <command> [<plugin>]) -- Sets the default plugin for <command> to <plugin>. If --remove is given, removes the current default plugin for <command>. If no plugin is given, returns the current default plugin set for <command>. See also, supybot.commands.defaultPlugins.importantPlugins.
[19:03:27] <Buck> thank yee
[19:06:42] *** beo has joined #supybot
[19:07:27] *** Omen has joined #supybot
[19:11:39] *** iPHP has quit IRC
[19:12:00] *** Out`Of`Control has joined #supybot
[19:12:08] *** Out`Of`Control has quit IRC
[19:12:08] *** Out`Of`Control has joined #supybot
[19:25:13] *** mren|off is now known as mren
[19:40:13] *** Buck is now known as Buckaway
[19:42:55] *** Omen has quit IRC
[20:05:40] *** luckybunny has joined #supybot
[20:15:18] *** hoxu has quit IRC
[20:22:35] *** orphan has joined #supybot
[20:26:10] *** cef has quit IRC
[20:27:01] *** cef has joined #supybot
[20:27:10] *** orphan has quit IRC
[20:34:10] *** kalle_ has joined #supybot
[20:35:43] *** }ls{ has quit IRC
[20:40:39] *** kalle_ is now known as }ls{
[20:43:10] *** Unit193 has quit IRC
[20:43:36] *** Unit193 has joined #supybot
[20:46:31] *** hoxu has joined #supybot
[20:46:32] *** hoxu has joined #supybot
[21:01:17] *** nailuj24 has joined #supybot
[21:11:48] *** hoxu has quit IRC
[21:18:45] *** hoxu has joined #supybot
[21:20:43] *** hoxu has quit IRC
[21:22:21] *** nosa has joined #supybot
[21:22:55] *** nosa-j has quit IRC
[21:22:55] *** nosa is now known as nosa-j
[21:23:15] *** hoxu has joined #supybot
[21:23:16] *** hoxu has joined #supybot
[21:28:22] *** hoxu has quit IRC
[21:28:27] *** nyuszika7h has quit IRC
[21:33:18] *** nyuszika7h has joined #supybot
[21:33:33] *** hoxu has joined #supybot
[21:33:33] *** hoxu has joined #supybot
[21:38:30] *** IzzyGhost has joined #supybot
[21:56:51] *** nyuszika7h has left #supybot
[21:56:56] *** eracc has quit IRC
[21:56:56] *** hiryu_ has quit IRC
[21:57:12] *** hiryu_ has joined #supybot
[21:57:15] *** SupyStats01 has quit IRC
[21:57:37] *** SupyStats01 has joined #supybot
[21:59:56] *** eracc has joined #supybot
[22:15:08] *** nyuszika7h has joined #supybot
[22:32:10] *** nailuj24 has quit IRC
[23:25:10] *** Guest72597 has quit IRC
[23:25:53] *** ricky has joined #supybot
[23:39:46] *** zZzaru is now known as Biiaru