Switch to DuckDuckGo Search
   November 6, 2011  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >

Toggle Join/Part | bottom
[00:06:55] <GTRsdk> iPHP, You should use identify instead of register
[00:24:33] *** nyuszika7h has quit IRC
[00:24:39] *** _nyuszika7h_ has joined #supybot
[00:25:33] *** _nyuszika7h_ is now known as nyuszika7h
[00:37:01] *** sailerboy has quit IRC
[00:43:00] *** sailerboy has joined #supybot
[00:49:24] *** themill_ has joined #supybot
[00:49:24] *** themill has quit IRC
[00:49:39] *** themill_ is now known as themill
[01:17:29] *** Biiaru is now known as zZzaru
[01:26:48] *** SupyStats01 has joined #supybot
[01:27:28] *** iPHP has quit IRC
[01:36:17] *** SupyStats01 has quit IRC
[01:40:01] *** SupyStats01 has joined #supybot
[01:41:41] *** orphan has joined #supybot
[02:10:29] *** kalle_ has quit IRC
[02:45:20] *** Raptors_ has quit IRC
[02:45:56] *** Raptors_ has joined #supybot
[03:06:16] <Jonimus> is there a way to make a command bail out if one of the sub commands fails?
[03:06:20] <Jonimus> like in an alias
[03:06:58] <ProgVal> isn't that the default behavior?
[03:09:33] <Jonimus> well I'm using a echo based alias in place of misc tell since tell is so wordy
[03:10:06] <Jonimus> basically I want echo $1: [$2] to bail if $2 isn't a valid bot command
[03:10:15] <ProgVal> aaah
[03:10:25] <ProgVal> try the Conditional plugin
[03:11:13] <Jonimus> I tried but I couldn't find a working solution
[03:21:19] <Jonimus> I tried cif [match $2 "valid commands"] "echo $1: [$2]" "echo not a valid command" but that didn't work
[03:23:00] <ProgVal> strip the s ;)
[03:23:57] <Jonimus> the s?
[03:24:23] <ProgVal> from "valid commands"
[03:24:39] <Jonimus> match says it checks if arg1 is a substring of arg2
[03:24:52] <Jonimus> but I tested against a single command and it doesn't work either
[03:24:54] <ProgVal> ah
[03:25:09] <ProgVal> then: match "valid command" $2
[03:25:31] <Jonimus> but I need it to be a list.
[03:25:36] <Jonimus> or all valid commands
[03:26:14] <Jonimus> or I'd need a million match statements, which I don't want either.
[03:39:05] <Jonimus> woo I got it to work
[03:39:18] <Jonimus> it was an issue with properly escaping the quotes
[04:06:19] *** GTRsdk has quit IRC
[04:13:47] *** sythe has quit IRC
[04:14:02] *** zZzaru is now known as Biiaru
[04:19:33] *** GTRsdk has joined #supybot
[04:19:33] *** GTRsdk has joined #supybot
[04:43:22] <Out`Of`Control> Hey ProgVal when i load your twitter plugin i get Error: No module named twitter
[04:43:47] <Out`Of`Control> how do i fix it?
[04:44:24] <Out`Of`Control> maybe i miss something
[05:10:45] *** Biiaru is now known as zZzaru
[05:14:07] *** zZzaru is now known as Biiaru
[06:23:03] *** GTRsdk has quit IRC
[06:44:43] *** WakiMiko has quit IRC
[06:46:58] *** WakiMiko has joined #supybot
[06:55:12] *** Banton has quit IRC
[06:55:38] *** Banton has joined #supybot
[07:15:59] <nosa-j> &supybot.plugins.RSS.showLinks
[07:16:00] <gribble> Error: "supybot.plugins.RSS.showLinks" is not a valid command.
[07:18:02] <Axanon> &config supybot.plugins.RSS.showLinks
[07:18:03] <gribble> Global: True; #supybot: True
[07:18:23] <Axanon> &google calc 1lb to ounces
[07:18:24] <gribble> ounces
[07:18:35] <Axanon> does anyone know how to fix the google plugin?
[07:18:43] <Axanon> seems to not be doing any math
[07:18:51] <Axanon> &google supybot gribble
[07:18:51] <gribble> SourceForge.net: gribble: <http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Main_Page>; SourceForge.net: Supybot Resources - gribble: <http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Supybot_Resources>; SourceForge.net: Supybot Install Guide - gribble: <http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Supybot_Install_Guide>
[07:18:59] <Axanon> but searches are ok
[07:27:41] <nosa-j> o0
[07:28:00] <nosa-j> yeah i was doing config.
[07:28:25] <nosa-j> i just use match calc
[07:28:29] <nosa-j> eah
[07:31:42] <Axanon> yeah, the math calc works, but google's is great for conversions like C to F or mi to km
[07:31:55] <Axanon> the normal math plugin wont do that :p
[08:22:57] <SpiderDave> axanon: i think google recently changed the html and broke it
[08:23:25] <Axanon> I think so too.. I tried to figure it out, but I suck with regex and wouldnt really have a clue how to fix it anyways :p
[08:24:29] <SpiderDave> i made my own plugin; it's a little rough but maybe i'll throw it up on my github
[08:24:44] <SpiderDave> something to use until they fix the stock one
[08:26:34] <SpiderDave> now if i can just find my git password...
[08:34:46] <SpiderDave> Axanon: i added it to my github. It's linked on that supybot resources page above.
[08:36:08] <SpiderDave> google's calculator has indeed got a lot better these days
[08:36:44] <Axanon> it's great for doing conversions! I use it all the time
[08:36:57] <Axanon> and thanks SpiderDave, i'll give it a looksee
[08:37:04] <SpiderDave> ever use wolframalpha? that's a nice one too
[08:37:09] <Axanon> no
[08:37:56] <SpiderDave> http://www.wolframalpha.com/input/?i=quarts%20in%20a%20gallon
[08:38:24] <SpiderDave> btw i use an alias for that "format format http://www.wolframalpha.com/input/?i=%s [urlquote $*]"
[08:42:02] <Axanon> interesting.. i may have to resort to that if the google plugin doesn't get fixed soon
[08:42:34] <SpiderDave> well the one i made works ok; it uses one of those igoogle apis
[08:45:41] <Axanon> &googlecalc calc 100ml to oz
[08:45:42] <gribble> Error: "googlecalc" is not a valid command.
[08:45:46] <Axanon> that worked
[08:46:05] <Axanon> well it did in my room w/my bot :P
[08:46:09] <SpiderDave> heh yeah
[08:46:13] <Axanon> thanks :)
[08:46:21] <SpiderDave> i alias it to gcalc personally
[08:46:31] <Axanon> yeah i was just going to set that up
[08:48:12] <SpiderDave> oh i have a nice justintv plugin i gotta add to the github
[08:48:55] <Axanon> hmm the conversion doesnt work well all the time :P
[08:49:06] <Axanon> i'm going to use your alias
[08:50:03] <SpiderDave> which one didn't work?
[08:52:17] <Axanon> my bad, it's actually working fine.. i got messed up cause i had 2 bots in the room and got the command chars mixed up
[09:15:37] *** Mkaysi2 has quit IRC
[09:50:36] <ProgVal> Out`Of`Control: Install python-twitter
[09:50:46] <ProgVal> At least version 0.8
[09:56:26] *** Axanon has quit IRC
[09:58:22] <Mkaysi> I think that Ubuntu has older python-twitter
[09:58:50] <Mkaysi> Oh, Oneiric has newer.
[09:59:09] <Mkaysi> But version says Maverick?
[09:59:15] <Mkaysi> Versio: 0.8-0~hgb105d49147~maverick1
[10:05:47] *** orphan has quit IRC
[10:10:14] *** orphan has joined #supybot
[10:14:50] *** orphan has quit IRC
[10:16:39] *** JoeJulian has quit IRC
[10:17:57] *** JoeJulian has joined #supybot
[10:33:14] *** ihptru has quit IRC
[10:33:25] *** ihptru_ has joined #supybot
[10:45:02] *** ihptru_ has quit IRC
[10:45:24] *** ihptru has joined #supybot
[10:55:44] *** SupyStats01 has quit IRC
[10:56:09] *** SupyStats01 has joined #supybot
[11:00:33] *** SupyStats01 has quit IRC
[11:00:56] *** SupyStats01 has joined #supybot
[11:15:10] *** SupyStats01 has quit IRC
[11:15:32] *** SupyStats01 has joined #supybot
[11:20:44] *** SupyStats01 has quit IRC
[11:24:00] *** SupyStats01 has joined #supybot
[11:35:14] *** orphan has joined #supybot
[11:47:56] *** }ls{ has joined #supybot
[12:40:50] *** XSlicer has joined #supybot
[13:51:36] *** ARBALEST_ has joined #supybot
[13:53:40] *** Mkaysi is now known as Oidentd
[13:53:50] *** Oidentd is now known as Mkaysi
[14:38:18] *** Hoaas is now known as Hoaas_
[14:38:41] *** Hoaas- is now known as Hoaas
[14:44:05] *** iPHP has joined #supybot
[14:44:22] <iPHP> Any reason that my bot is not logging in to nickserv?
[14:45:07] <Mkaysi> config supybot.networks.freenode.password nickservusername:nickservpassword
[14:45:11] <Mkaysi> flush
[14:45:13] <Mkaysi> reconnect
[14:45:20] <iPHP> oh.
[14:45:22] <iPHP> heh thnaks
[14:45:26] <RelayBot> <jamessan> or just use the Services password command
[14:48:36] <iPHP> it seems it is still not logging in
[14:48:51] <iPHP> this is so that it will have ops in a room, right?
[14:50:28] <ProgVal> Mkaysi: Are you sure it's not config supybot.networks.freenode.password nickservpassword
[14:51:46] *** ARBALEST_ has quit IRC
[14:51:48] <iPHP> "Determines what password will be used on Network. Yes, we know that"
[14:51:58] <iPHP> surely thats the password for the server, rather than the nickserv login?
[14:52:06] <nyuszika7h> iPHP: PASS is forwarded to NickServ.
[14:52:14] <iPHP> oh
[14:52:15] <RelayBot> <jamessan> for freenode
[14:52:23] <iPHP> im using unreal
[14:52:43] <nyuszika7h> freenode is using ircd-seven, which is a fork of charybdis, not Unreal.
[14:52:48] <RelayBot> <jamessan> I don't think Services handles unreal
[14:53:30] <nyuszika7h> jamessan: It should, it simply sends /msg NickServ identify password
[14:53:54] <ProgVal> jamessan: Unreal also forwards PASS
[14:54:52] <RelayBot> <jamessan> ah, ok. I thought unreal was one of those weird networks
[14:55:01] <nyuszika7h> Unreal is an IRCd, not a network.
[14:55:13] <iPHP> Sorry thanks
[14:55:18] <RelayBot> <jamessan> pedant :p that's what I meant
[14:55:21] <iPHP> services password botname password worked
[15:16:18] <ProgVal> I think Unreal is the most used IRCd
[15:16:25] <ProgVal> (unfortunatly)
[15:17:55] <iPHP> ProgVal: I chose because more people used i, support seemed more widely used, sorry if that's not the correct way start a ircd ;)
[15:23:44] <iPHP> 14:12 Testable: &calc 1 + 1
[15:23:44] <iPHP> 14:12 Redmine: Testable: Google's calculator didn't come up with anything.
[15:28:49] <ProgVal> All Supybots are having this problem
[15:28:58] <iPHP> ah just checking sorry
[15:29:01] <iPHP> is there somewhere I can check this?
[15:29:17] <ProgVal> I mean that Google probably broke something
[15:38:28] <Mkaysi> <ProgVal> [15:39:26] Mkaysi: Are you sure it's not config supybot.networks.freenode.password nickservpassword
[15:38:33] <Mkaysi> Yes I am
[15:38:40] <Mkaysi> At least with freenode.
[15:38:50] <Mkaysi> But I am using SASL, because it works with Limnoria :)
[15:40:09] <Mkaysi> ProgVal: Yes, UnrealIRCd is the most used IRCd. What do you mean "unfortunately"? I like UnrealIRCd. By the way, they just released new version (some days ago) :)
[15:45:31] *** beo has quit IRC
[15:47:11] <themill> There are a variety of different "nickservpasswd" or "accountname:nickservpasswd" ":accountname passwd" combinations you can use with freenode
[15:48:25] <iPHP> currently I have 3 settings
[15:48:25] <iPHP> http://pastebin.com/3MLx3ihv
[15:49:33] *** beo has joined #supybot
[16:21:55] <Hoaas> &resources
[16:21:55] <gribble> Here's a nice page of supybot resources: http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Supybot_Resources || Please join us if you would like to help!
[16:29:30] <Hoaas> Where can I find the "Scheduler"-plugin?
[16:29:46] <Hoaas> &author scheduler
[16:29:47] <gribble> Jeremy Fincher (jemfinch) <jemfinch AT users DOT sf DOT net>
[16:31:34] <ProgVal> Hoaas: With the standard Supybot distribution
[16:32:11] <Hoaas> :s
[16:32:42] <Hoaas> meh.
[16:32:47] <Hoaas> Forgot that load was case sensitive :<
[16:33:35] *** sythe has joined #supybot
[16:33:35] *** sythe has joined #supybot
[16:36:29] <Out`Of`Control> ProgVal ok thanks
[16:49:51] <Hoaas> hm, so, I want to add an alias for "scheduler add [seconds 1s] reply hi". I tried "alias add timer scheduler add [seconds $1] reply $2", but that doesn't seem to work as the [] isn't executed. What do I do? D:
[16:50:53] <ProgVal> the [] is executed when you create the alias
[16:50:59] <ProgVal> Quote the brackets.
[16:53:10] <Hoaas> Ah, sweet. Thanks.
[17:40:12] <skizzhg> ;;google 1+1
[17:40:13] <gribble> Beyoncé - 1+1 (Audio) - YouTube: <http://www.youtube.com/watch?v=MBK_GqLHEZo>; Beyoncé - 1+1 - YouTube: <http://www.youtube.com/watch?v=KaasJ44O5lI>; 1&1 Control Panel: <http://admin.1and1.com/>
[17:40:20] <skizzhg> ...
[17:52:27] *** Mkaysi2 has joined #supybot
[18:08:45] <Digital_Lemon> is there a way i can check if an user is opped or voiced atm?
[18:08:52] <Digital_Lemon> when writing script, not in command
[18:08:56] <Digital_Lemon> plugin*
[18:12:34] <nanotube> check if user is in the ops list
[18:24:23] <Digital_Lemon> you mean by capability?
[18:24:35] <Digital_Lemon> or not? i have no idea how to do it :|
[18:24:39] *** Mkaysi2 has quit IRC
[18:25:45] <nanotube> Digital_Lemon: irc.state[channelname] is a channel state object. some items in there are an ops list (list of ops) and a voices list (list of voiced users)
[18:26:11] <Digital_Lemon> huh... how do i sweep it?
[18:26:15] <Digital_Lemon> i suck :/
[18:26:43] <nanotube> if targetnick in irc.state.channels[channel].voices: do whatever you need to do if that is true
[18:27:46] <Digital_Lemon> thanks...
[18:27:53] <nanotube> try grepping the code for [channel].ops and [channel].voices
[18:28:00] <nanotube> and you'll see some examples in existing plugins
[18:28:14] <Digital_Lemon> one problem...
[18:28:29] <nanotube> ?
[18:28:35] <Digital_Lemon> is there a way i can also detect 'chanadmins' and 'chanowners' on networks that support them, im my case, rizon?
[18:30:34] <nanotube> hm dunno
[18:31:25] <Digital_Lemon> i want to make a masskick thing for non-voiced users, but that also means i have to check everyone else...
[18:31:41] <Digital_Lemon> i guess ill just search ops and voices
[18:31:43] <Digital_Lemon> thanks
[18:31:48] <nanotube> there's also .halfops
[18:32:15] <nanotube> but i don't think any other mode-related lists of users are created
[18:32:51] <Digital_Lemon> do you know where can i find that library?
[18:32:55] <Digital_Lemon> so i can mod it
[18:33:59] <nanotube> that's done in the Network plugin
[18:35:50] *** nosa has joined #supybot
[18:36:53] *** nosa-j has quit IRC
[18:36:53] *** nosa is now known as nosa-j
[18:37:29] <Digital_Lemon> thanks
[18:37:33] <Digital_Lemon> :)
[18:37:58] <nanotube> have fun :)
[19:12:02] *** Mkaysi2 has joined #supybot
[19:21:18] *** Mkaysi2 has quit IRC
[19:58:59] *** Chemo has joined #supybot
[20:07:43] *** Mkaysi2 has joined #supybot
[20:24:19] <Omen> someone give me a brief example about how I would go about adding a command to the bot.. Like.. !recipe "food name" so !recipe "Chicken Soup" or .. preferably even make it function without the quotes.
[20:25:37] <Omen> I was hoping to use the Infobot plugin or factoids.. or something..
[20:25:42] *** mren|off is now known as mren
[20:35:26] *** jnevill has joined #supybot
[20:37:18] <nanotube> Omen: try factoids and an alias?
[20:38:35] <Omen> Yea.. I just am looking at the sources of the plugins trying to get a hint of what the heck to do.. I don't really understand the very lacking README.txt
[20:39:06] <nyuszika7h> !learn <factoid> as <text>
[20:39:06] <Chemo> Ok.
[20:39:11] <nyuszika7h> o_O
[20:39:13] <Omen> ... ouch
[20:39:15] <nyuszika7h> !forget <factoid>
[20:39:15] <Chemo> Ok.
[20:39:23] <nyuszika7h> I didn't except that totally
[20:39:27] <nyuszika7h> !version
[20:39:30] <Chemo> The current (running) version of this Supybot is 0.83.4.1+limnoria (2011-10-27T10:47:59+0200). The newest versions available online are 0.83.4.1+limnoria (2011-10-30T19:22:39+0100) (in testing), 0.83.4.1+limnoria (2011-10-27T10:47:59+0200) (in master).
[20:39:42] *** jnevill has quit IRC
[20:39:47] <iPHP> can you do !learn test as [bbcnews]
[20:39:48] <iPHP> ?
[20:39:57] <nyuszika7h> !learn test as [list]
[20:39:58] <Chemo> Ok.
[20:40:00] <nyuszika7h> !test
[20:40:01] <Chemo> Wish I knew.
[20:40:05] <nyuszika7h> ...
[20:40:07] <iPHP> o.o?
[20:40:07] <nyuszika7h> !list Factoids
[20:40:08] <Chemo> alias, change, forget, info, learn, lock, random, rank, search, unlock, and whatis
[20:40:13] <nyuszika7h> !factoids whatis test
[20:40:14] <Chemo> test could be Admin, Alias, Channel, ChannelStats, Config, Ctcp, Dict, Dunno, Factoids, Filter, Google, Herald, Infobot, Internet, MessageParser, Misc, Network, Owner, Plugin, Praise, Reply, Seen, Services, Status, String, Success, Time, Unix, User, Utilities, and Web.
[20:40:21] <nyuszika7h> So it uses both Factoids and Infobot
[20:40:28] <nyuszika7h> iPHP: yes, you can, if bbcnews is a valid command
[20:40:33] <nyuszika7h> !forget test
[20:40:33] <Chemo> Ok.
[20:40:37] <iPHP> bbcnews = rss feeds
[20:40:39] <iPHP> cool :)
[20:41:02] <nyuszika7h> !config search factoids.forma
[20:41:02] <Chemo> supybot.plugins.Factoids.format
[20:41:09] <nyuszika7h> !config help supybot.plugins.Factoids.format
[20:41:10] <Chemo> Determines the format of the response given when a factoid's value is requested. All the standard substitutes apply, in addition to "$key" for the factoid's key and "$value" for the factoid's value. (Current value: $key could be $value.)
[20:41:18] <nyuszika7h> I recommend setting that to "$value" or "$key is $value"
[20:41:46] <nyuszika7h> MoobotFactoids works a bit differently:
[20:41:52] <Omen> I am kinda uncomfortable with the fact that the bot lets you so readily play with values :-)
[20:41:54] <nyuszika7h> <you> !a is b
[20:42:02] <nyuszika7h> <bot> The operation succeeded.
[20:42:05] <nyuszika7h> <you> !a
[20:42:07] <nyuszika7h> <bot> a is b
[20:42:13] <nyuszika7h> <you> !b is <reply> a
[20:42:18] <nyuszika7h> <bot> The operation succeeded.
[20:42:21] <nyuszika7h> <you> !b
[20:42:22] <nyuszika7h> <bot> a
[20:42:25] <nyuszika7h> etc.
[20:42:29] <Omen> Yea..
[20:42:49] <nyuszika7h> <you> !a is <reply> b || <bot> The operation succeeded.
[20:42:53] <nyuszika7h> Er, I mean
[20:43:06] <nyuszika7h> <you> !c is <action> yawns || <bot> The operation succeeded.
[20:43:16] <nyuszika7h> <you> !c || * bot yawns
[20:43:18] <nanotube> you can set capabilities so people can't change the factoids, Omen
[20:43:35] <nyuszika7h> defaultcapability remove factoids.learn
[20:43:36] <nyuszika7h> defaultcapability remove factoids.forget
[20:43:38] <nyuszika7h> defaultcapability remove factoids.lock
[20:43:43] <nyuszika7h> defaultcapability remove factoids.unlock
[20:43:53] <nyuszika7h> And change and alias
[20:43:57] <nyuszika7h> !help factoids alias
[20:43:57] <Chemo> (factoids alias [<channel>] <oldkey> <newkey> [<number>]) -- Adds a new key <newkey> for factoid associated with <oldkey>. <number> is only necessary if there's more than one factoid associated with <oldkey>. The same action can be accomplished by using the 'learn' function with a new key but an existing (verbatim) factoid content.
[20:46:09] <Omen> nanotube, yea.. I know. I haven't locked it up yet since I am trying to get things working correctly first. So I brought the bot into the channel with me so I can get assistance with it
[20:46:41] <nanotube> Omen: ok, was just responding to your statement about readily playing with values :)
[20:46:49] <Digital_Lemon> how do i initiate a kick?
[20:46:57] <Digital_Lemon> i keep getting selfMSG does not exist
[20:47:01] <Digital_Lemon> under self.
[20:47:11] <nanotube> Digital_Lemon: see how the channel plugin does it :)
[20:47:25] <Digital_Lemon> well i am working according to it
[20:47:26] <nanotube> irc.queueMsg(ircmsgs.kick(nick, reason))
[20:47:31] <nanotube> or something like that
[20:47:57] <Digital_Lemon> thats acceptable, ive missed 2 brackets...
[20:48:57] <nyuszika7h> irc.queueMsg(ircmsgs.kick(channel, nick, reason))
[20:49:24] <nanotube> ah, forgot the chan arg :)
[20:49:33] <Digital_Lemon> NameError: global name 'ircmsgs' is not defined
[20:49:38] <Digital_Lemon> ok, lets try that one
[20:49:42] <nanotube> Digital_Lemon: from supybot import ircmsgs
[20:49:42] <Digital_Lemon> but stil...
[20:49:45] <nanotube> at the top
[20:50:01] <Digital_Lemon> ty :)
[20:50:09] <nanotube> should work now :)
[20:50:39] <nyuszika7h> or even 'from supybot import *'
[20:51:26] <Digital_Lemon> ok... i just did a 'masskick' script resulting with kicking me and only me in the channel with 7 people
[20:51:28] <Digital_Lemon> i fail
[20:51:30] <Digital_Lemon> :D
[20:51:46] <nanotube> haha
[20:52:05] <nanotube> good start
[20:52:09] <Digital_Lemon> :P
[20:56:49] *** Chemo has left #supybot
[21:05:10] <nyuszika7h> nanotube: How do I call a supybot command from a plugin?
[21:05:18] <nyuszika7h> E.g. unix call
[21:05:41] <Digital_Lemon> nested command from a plugin?
[21:07:06] <nyuszika7h> that's not what I want
[21:09:05] <ProgVal> look at self.Proxy
[21:09:43] <ProgVal> look at MessageParser, Conditional if you want examples
[21:11:24] <nyuszika7h> Ok
[22:02:21] <nanotube> yea, that :)
[22:06:04] <ProgVal> Ahah, a guy believes my Coffee plugin really works
[22:14:42] <ProgVal> (By the way: he provides a Supybot hosting)
[22:15:22] <Banton> lol he didn't take a short look at the code before he tried it?
[22:15:57] <ProgVal> Apparently not
[22:17:02] <ProgVal> He flooded an irc channel by calling the command
[22:17:48] <Banton> a caffeine addict :D
[22:18:36] <Jonimus> ProgVal: if you didn't hear I got my give command to work.
[22:18:48] *** sythe has quit IRC
[22:18:58] <Jonimus> is there a way to list all the commands in all the plugins, including factoids?
[22:19:28] <ProgVal> nope
[22:19:37] <Jonimus> actually that would be overkill,
[22:20:13] <Jonimus> alias add give cif "[match \"$2\" [givewhitelist]]" "\"echo $1: [$2 $*]\"" "\"utilities ignore\"" was what I finally came up with
[22:20:26] <Jonimus> givewhitelist being a factoid with the whitelisted commands
[22:46:00] *** nyuszika7h has quit IRC
[22:59:23] *** nyuszika7h has joined #supybot
[23:11:07] <nosa-j> how do i get color in my announce rss feeds?
[23:11:45] <nosa-j> do the colors need to be set in the rss list first?
[23:13:09] *** nyuszika7h has quit IRC
[23:13:23] <nosa-j> hmm looks like it needs a space
[23:13:32] <nosa-j> got it i think
[23:17:44] *** Mazon has quit IRC
[23:18:13] *** Mazon has joined #supybot
[23:20:10] <nosa-j> meh adding a space just added a blank rss spot so my question still stands
[23:20:12] <nosa-j> hmm
[23:27:06] *** MH0 has quit IRC
[23:27:06] *** MH0 has joined #supybot
[23:45:54] *** SupyStats01 has quit IRC
[23:48:59] *** SupyStats01 has joined #supybot
[23:51:36] *** sythe has joined #supybot
[23:56:44] *** sythe_ has joined #supybot
[23:58:52] *** sythe__ has joined #supybot
top

   November 6, 2011  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >