Switch to DuckDuckGo Search
   October 22, 2010  
< | 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 | 31 | >

Toggle Join/Part | bottom
[00:10:23] *** Viper has quit IRC
[00:20:45] *** Out`Of`Control has joined #supybot
[00:20:45] *** Out`Of`Control has joined #supybot
[00:20:49] *** klono has quit IRC
[00:21:30] *** scar has quit IRC
[00:23:27] *** klono has joined #supybot
[00:23:41] *** zangetsu_ has joined #supybot
[00:24:06] *** zangetsu has quit IRC
[00:24:34] *** scar has joined #supybot
[00:34:55] *** Exavion has joined #supybot
[00:43:20] *** RichardG has quit IRC
[00:47:08] -gribble- iSpam has quit oftc (Ping timeout: 480 seconds)
[00:47:35] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[00:49:54] *** necrodearia has joined #supybot
[00:50:06] *** RichardG has joined #supybot
[00:54:22] <eraserhead77> ;;calc 5 cad to usd
[00:54:22] <gribble> Error: The command "calc" is available in the Google and Math plugins. Please specify the plugin whose command you wish to call by using its name as a command before "calc".
[00:54:32] <eraserhead77> ;;google calc 5 cad to usd
[00:54:32] <gribble> 5 Canadian dollars = 4.8723 US dollars
[00:54:38] *** necrodearia has quit IRC
[01:00:54] *** sailerboy has joined #supybot
[01:14:21] *** nailuj24 has joined #supybot
[01:17:26] <Axanon> ;;google calc 5 USD to peso
[01:17:26] <gribble> 5 US dollars = 61.8960 Mexican pesos
[01:17:40] <Axanon> ;;google calc 5 cad to peso
[01:17:40] <gribble> 5 Canadian dollars = 60.3155 Mexican pesos
[01:18:10] <Axanon> ;;google calc 5 USD to euro
[01:18:11] <gribble> 5 US dollars = 3.5940 euros
[01:25:34] <roe> is there a way I can list all of the links posted by a nick?
[01:25:55] *** nailuj24 has quit IRC
[01:26:23] <Out`Of`Control> search in logs nick + www or something
[01:26:52] <roe> is there a way to get the bot to list all of the links posted by a nick?
[01:27:10] <roe> and nick + http is probably a better search
[01:53:08] *** KenjiE20 has quit IRC
[02:05:53] *** themill has quit IRC
[02:19:45] <nanotube> roe: there's a url plugin that collects urls... maybe. it logs the nicks too... but i'm not sure.
[02:20:27] <nanotube> Hoaas: what exactly are you doing with that registryValue bit and all... seems highly unorthodox :)
[02:27:32] <quantumlemur> what, the only unusual thing that I saw was that he wanted to call it from inside doPrivmsg() ?
[02:27:39] <quantumlemur> and that doesn't even seem that odd
[02:29:54] <sailerboy> hey
[02:29:57] <sailerboy> what plugin is echo in?
[02:30:07] <quantumlemur> let's find out!
[02:30:11] <quantumlemur> &plugin echo
[02:30:11] <gribble> The "echo" command is available in the Utilities plugin.
[02:30:16] <sailerboy> thankyou!
[02:30:19] <quantumlemur> :P
[02:30:21] <quantumlemur> np :)
[02:36:05] *** KittyKatt has joined #supybot
[02:36:05] *** KittyKatt has joined #supybot
[02:43:31] <nanotube> quantumlemur: he said outside of a def
[02:43:38] <nanotube> a doprivmsg is a def
[02:43:51] <nanotube> or did i miss something... i was kinda skimming pretty fast. heh
[02:44:43] <quantumlemur> huh, well, registryValue is an attribute of the class, isn't it?
[02:44:54] <quantumlemur> so why can't you call it outside the def?
[02:47:34] <nanotube> well, you could... but why would you want to is the question. :)
[02:47:48] *** SteelSide has quit IRC
[02:47:49] <quantumlemur> the only thing that I can think is to set some class variable
[02:47:55] <quantumlemur> but you could do that in __init__
[02:48:02] <quantumlemur> or better yet, don't do it
[02:48:08] <quantumlemur> and check the registry each time
[02:48:12] <nanotube> heh
[02:48:18] <quantumlemur> so I guess that's the question, then
[02:48:45] <nanotube> indeed. i am just wondering what Hoaas is trying to accomplish :)
[02:49:01] *** SteelSide has joined #supybot
[02:49:07] <quantumlemur> in #python, they're very fond of the term "X and Y problem"
[02:49:14] <quantumlemur> (or something like that)
[02:49:39] <quantumlemur> where you want to do Y, and you think you can do it through X
[02:49:52] <quantumlemur> so you ask how to do X, when it would be much more straightforward to ask about Y
[02:49:57] <nanotube> haha yea
[02:50:04] <quantumlemur> it's interesting how common that is
[02:50:07] <nanotube> haven't heard of it referred to that way, but familiar with the phenomenon
[02:50:18] <quantumlemur> I guess beacuse you're just trying to get as far as possible by yourself
[02:51:24] <nanotube> possibly. or that you're trying to seem more informed than you actually are :)
[02:51:36] <quantumlemur> hahaha
[02:51:45] <quantumlemur> that never occurred to me :P
[02:52:45] <nanotube> like maybe people are thinking "if i ask how to do Y i'll seem like a total noob... so i'll just ask how to do some bit of what i think the implementation should be"
[02:53:04] <nanotube> possibly? :)
[02:53:22] <quantumlemur> haha, yeah, I can see how that could be the case
[02:55:09] *** ZzPod has joined #supybot
[03:20:27] *** Steve57 has joined #supybot
[03:26:00] *** Exavion has quit IRC
[03:50:13] *** bc has quit IRC
[03:50:14] *** Katami has quit IRC
[03:50:14] *** gribble has quit IRC
[03:50:27] *** Katami has joined #supybot
[03:50:33] *** m4v has quit IRC
[03:50:33] *** Svedrin has quit IRC
[03:51:19] *** hoxu has quit IRC
[03:52:22] *** m4v has joined #supybot
[03:52:27] *** Svedrin has joined #supybot
[03:54:18] *** hoxu has joined #supybot
[03:58:42] *** bc has joined #supybot
[04:05:25] *** Exavion has joined #supybot
[04:22:07] *** ZzPod is now known as ZzJones
[04:34:17] *** ZzJones is now known as ZzPimp
[04:35:26] *** ZzPimp is now known as ZzFloatingPimp
[04:37:15] *** ZzFloatingPimp is now known as ZzJones
[05:36:24] *** DiEOrLivE has left #supybot
[05:43:39] *** nanotube has quit IRC
[05:45:01] *** gribble has joined #supybot
[05:45:19] *** nanotube has joined #supybot
[05:48:18] *** ZzJones has quit IRC
[06:00:56] *** gribble has quit IRC
[06:02:40] *** gribble has joined #supybot
[06:02:42] *** nanotube_ has joined #supybot
[06:03:41] *** nanotube has quit IRC
[06:03:42] *** nanotube_ has quit IRC
[06:05:22] *** therealnanotube has joined #supybot
[06:05:47] *** therealnanotube is now known as nanotube
[06:08:56] *** gribble has quit IRC
[06:09:26] *** gribble has joined #supybot
[06:10:20] *** nanotube has quit IRC
[06:11:20] *** nanotube has joined #supybot
[06:31:29] *** nanotube_ has joined #supybot
[06:34:06] *** nanotube_ has quit IRC
[06:35:34] *** nanotube_ has joined #supybot
[06:39:25] *** nanotube_ has quit IRC
[06:50:00] *** MTecknology is now known as AFWEG43y6t23yt2t
[06:50:12] *** AFWEG43y6t23yt2t is now known as MTecknology
[07:34:51] *** bleeding|edge has joined #supybot
[07:35:19] *** bleeding|edge is now known as phoenix^
[07:45:14] <Steve57> is there any way to register a bot with chanserv, other than doing it from a regular client?
[07:46:04] <Steve57> that is, to get it to send the "/msg chanserv register password" command?
[07:47:30] <eraserhead77> why would you need the bot to register a channel?
[07:47:44] <Steve57> oops, nickserv.
[07:47:58] <Steve57> brain's asleep, i think :)
[07:50:37] <eraserhead77> its in services
[07:50:39] <eraserhead77> ;;list
[07:50:39] <gribble> Admin, Alias, Anonymous, Channel, ChannelLogger, ChannelStats, Conditional, Config, Debug, Dict, Dunno, Factoids, Filter, Format, Games, Google, Internet, Later, MarketMonitor, Math, MessageParser, Misc, MtgoxMonitor, Network, Note, OTCOrderBook, Owner, Plugin, RSS, Relay, Reply, Scheduler, Seen, Services, Status, String, Time, Topic, Unix, User, Utilities, and Web
[07:50:44] <eraserhead77> ;;list services
[07:50:44] <gribble> ghost, identify, invite, nicks, op, password, unban, and voice
[07:53:16] <eraserhead77> oh and some config to setup
[07:53:22] <eraserhead77> ;;config search nickserv
[07:53:22] <gribble> supybot.plugins.Services.NickServ, supybot.plugins.Services.NickServ.password, and supybot.plugins.Services.NickServ.password.gribble
[07:53:57] <Steve57> yeah. but that won't initially register the bot nick, will it?
[07:54:40] <eraserhead77> ah...no, not that i remember
[07:54:53] <eraserhead77> you'll probably have to log on using the bots nick to register and confirm
[07:54:53] <Steve57> ok. thanks. :)
[07:55:03] <eraserhead77> and then let the bot identify itself on its own after that
[07:55:15] <Steve57> ok, that's what i did last time. thanks :)
[08:13:44] *** phoenix^ has quit IRC
[08:14:50] *** bleeding|edge has joined #supybot
[08:17:32] *** eraserhead77 has quit IRC
[08:17:59] *** Clinteger has quit IRC
[08:18:00] *** Clinteger has joined #supybot
[08:23:12] *** eraserhead77 has joined #supybot
[08:28:50] *** KittyKatt has quit IRC
[08:33:24] *** bleeding|edge has quit IRC
[08:33:43] <wRAR> Steve57: you can use ircquote to make the bot issue any irc commands, but that can be complicated
[08:35:25] <Steve57> wRAR: that sounds interesting anyway. i'll check it out, thanks :)
[08:37:54] <Steve57> i wonder why i never noticed that. just glancing at the supybook, it could come in handy.
[08:48:19] *** m4v has quit IRC
[08:49:21] *** m4v has joined #supybot
[08:56:04] *** ktabic has joined #supybot
[08:59:41] *** KRF has quit IRC
[09:21:52] *** Steve57 has quit IRC
[09:23:48] *** Steve57 has joined #supybot
[09:38:05] <Hoaas> nanotube: Did't really think it though. Was using doPrivmsg to check when someone posted a Spotify URI and wanted to check RegistryValue when that was the case.
[10:04:43] -gribble- jemfinch has quit oftc (Ping timeout: 480 seconds)
[11:26:21] *** orion1 has joined #supybot
[11:33:05] *** orion1 is now known as [USA][XP][8913]
[11:44:53] *** [USA][XP][8913] has quit IRC
[11:47:37] *** niko is now known as NIKO
[11:50:37] *** bburhans is now known as BBURHANS
[12:01:18] *** themill has joined #supybot
[12:28:25] -gribble- Elfix (Elfix!elfix at 95 dot 130.15.25) has joined on oftc
[12:28:34] *** Elfix has joined #supybot
[12:45:14] -gribble- disconnected from oftc: Ping sent at 2010-10-22T03:43:22 not replied to.
[12:45:14] *** gribble has quit IRC
[12:46:57] *** nanotube has quit IRC
[12:48:18] *** gribble has joined #supybot
[12:48:34] -gribble- gribble (gribble!~gribble at ps15175 dot dreamhost.com) has joined on oftc
[12:49:27] *** nanotube has joined #supybot
[13:02:00] *** KenjiE20 has joined #supybot
[13:07:10] *** bfirsh has quit IRC
[13:07:49] *** bfirsh has joined #supybot
[14:17:42] *** ZzPod has joined #supybot
[14:18:18] *** ZzPod is now known as ZzPanara
[14:19:04] *** ZzPanara has quit IRC
[14:45:27] <nanotube> Hoaas: from doprivmsg should be easy - just call self.registryValue(blabla)
[15:03:45] <Steve57> hmm... what variable can i use for the nick who triggers a MessageParser trigger?
[15:04:31] <Steve57> like $nick or whatever? (which doesn't work, btw. :))
[15:05:47] <Steve57> oh.
[15:08:28] <Steve57> well that didn't work
[15:22:40] *** Steve57 has quit IRC
[15:24:02] *** Steve57 has joined #supybot
[15:28:05] *** gueux has joined #supybot
[15:28:12] <gueux> hi
[15:35:33] <Steve57> actually i was looking for nick expansion from a variable in "do". which apparently doesn't exist
[15:36:57] *** ktabic has quit IRC
[15:37:30] *** ktabic has joined #supybot
[16:17:58] *** ktabic has quit IRC
[16:19:54] *** KRF has joined #supybot
[16:28:41] *** anchepiece has left #supybot
[16:31:54] *** Axanon has quit IRC
[16:32:43] *** nailuj24 has joined #supybot
[16:40:18] *** ProgVal has joined #supybot
[17:00:15] *** RichardG has quit IRC
[17:00:16] -gribble- iSpam has quit oftc (Read error: Connection reset by peer)
[17:01:18] *** gueux has left #supybot
[17:02:05] -gribble- jemfinch (jemfinch!~jfincher at c-24-4-236-68 dot hsd1.ca.comcast.net) has joined on oftc
[17:03:44] *** RichardG has joined #supybot
[17:04:13] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[17:08:16] *** nailuj24 has quit IRC
[17:14:18] *** Steve57 has quit IRC
[17:29:53] <Hoaas> nanotube: Yes. Did that first, then I thought I should be clever. :D
[17:30:14] <quantumlemur> haha
[17:30:34] <quantumlemur> in what way were you trying to be clever? :P
[17:34:11] <Hoaas> Well, I was thinking: "doPrivmsg gets called a lot. It would be nice if I didn't have to check the same things everytime someone wrote something".
[17:36:21] *** Out`Of`Control has quit IRC
[17:52:26] *** mroe has joined #supybot
[17:52:29] *** mroe has joined #supybot
[18:04:54] <Hoaas> Do Alias have some kind of variable for own nick? For example, type "!com" instead of "!command nick", where nick is your own nick. Or do I have to open an editor and change a line of code? :<
[18:05:05] *** themill has quit IRC
[18:06:49] <quantumlemur> you mean like ,,(alias add blah "echo $nick")
[18:06:50] <gribble> Error: You don't have the alias.add capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified.
[18:06:53] <quantumlemur> ah
[18:06:56] <quantumlemur> well, like that?
[18:06:59] <quantumlemur> because if so, yes
[18:07:11] <Hoaas> Yes, that would be awesome!
[18:07:13] <Hoaas> perhaps.
[18:07:59] <quantumlemur> just make sure to quote the command containing the $nick
[18:08:11] <quantumlemur> otherwise, it'll evaluate with the 'alias add' command, and be static
[18:09:00] <Hoaas> hm. what.
[18:09:04] <Hoaas> Worked fine without
[18:09:15] <quantumlemur> well, yeah
[18:09:19] <quantumlemur> but now get someone else to call it
[18:09:32] <Hoaas> :o
[18:10:39] <Hoaas> No, I think it works anyway D:
[18:11:13] <quantumlemur> huh
[18:11:19] <quantumlemur> that's interesting
[18:11:20] <Hoaas> But. What if I want the command to default to using $nick, if it's called without arguments, but use arguments instead if they are used?
[18:11:35] <quantumlemur> hmm
[18:11:37] <Hoaas> err. ye.
[18:11:49] <quantumlemur> might be able to rig something up with the Conditional plugin for that, but I'm not sure
[18:12:06] <Hoaas> I think I'll just edit the code. Probably quicker :p
[18:12:30] <quantumlemur> MIGTH WANT TO WRITE A NEW COMMAND, RATHER THAN EDITING THE ALIAS ONE
[18:12:33] <quantumlemur> oops
[18:12:45] <Hoaas> It's ok, it's caps lock day!
[18:12:56] <quantumlemur> unless you're just adding in that functionality, rather than altering it
[18:13:00] <quantumlemur> OH, HOORAY
[18:13:03] <Hoaas> Was thinking of editing the command I wanted to use an alias for.
[18:13:15] <quantumlemur> ah, I see
[18:27:08] *** RichardG has quit IRC
[18:27:41] *** sanket has joined #supybot
[18:28:42] -gribble- iSpam has quit oftc (Remote host closed the connection)
[18:29:43] *** RichardG has joined #supybot
[18:30:12] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[18:36:50] *** Out`Of`Control has joined #supybot
[18:36:51] *** Out`Of`Control has joined #supybot
[18:37:43] <sanket> !dictionaries
[18:38:06] <ProgVal> the prefix character is &
[18:38:09] *** mroe has quit IRC
[18:39:01] <sanket> ProgVal: I want to set up a simple dictionary which can do something like: !info -> prints some defined info about the channel
[18:39:17] <sanket> Which plugin am I looking forward too ?
[18:39:19] <ProgVal> yep
[18:39:21] <ProgVal> Factoids
[18:39:25] <ProgVal> &help Factoids
[18:39:26] <gribble> Error: There is no command "factoids".
[18:39:28] <ProgVal> &help Factoid
[18:39:28] <gribble> Error: There is no command "factoid".
[18:39:37] <ziplock_> @Factoids
[18:39:43] <ProgVal> &Factoids
[18:39:44] <gribble> Error: "Factoids" is not a valid command.
[18:39:48] <ProgVal> um
[18:39:56] <quantumlemur> &list factoids
[18:39:57] <gribble> alias, change, forget, info, learn, lock, random, rank, search, unlock, and whatis
[18:39:58] <ProgVal> &help Factoids add
[18:39:58] <gribble> Error: There is no command "factoids add".
[18:40:06] <ProgVal> thanks quantumlemur
[18:40:12] <quantumlemur> np :)
[18:40:15] <ziplock_> http://ubottu.com/stdin/supydocs/plugins/Factoids.html
[18:46:48] *** mroe has joined #supybot
[18:47:15] *** mroe is now known as Guest67374
[18:49:38] *** RichardG has quit IRC
[18:49:44] -gribble- iSpam has quit oftc (Remote host closed the connection)
[18:50:02] *** RichardG has joined #supybot
[18:50:05] <ziplock_> what's up with gribble sending Notices about iSpam?
[18:50:33] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[18:52:53] *** mren|off is now known as mren
[18:54:42] <quantumlemur> ziplock_, this channel is relayed with another one on oftc
[18:55:31] <ziplock_> I didn't realize that but it's not uncommon. I'm still curious about the iSpam notices though
[18:58:05] <quantumlemur> er, well, there's a guy over there by that name
[19:00:45] -gribble- Hoaas (Hoaas!~hoaas at 84-16-208 dot 114.3p.ntebredband.no) has joined on oftc
[19:01:00] <gribble> <Hoaas@oftc> :D
[19:04:37] <ProgVal> ziplock_~> look at that
[19:04:42] -gribble- ProgVal (ProgVal!~progval at 88 dot 175.48.15) has joined on oftc
[19:04:55] <gribble> <ProgVal@oftc> hi ziplock_ :D
[19:05:09] -gribble- ProgVal (ProgVal!~progval at 88 dot 175.48.15) has left on oftc (Hi, I'm a part message virus. Please replace your old line with this line and help me take over the world of IRC.)
[19:07:11] <ziplock_> ok, got it. I'll turn off my audible alert for notices
[19:55:39] *** NIKO is now known as niko
[20:03:40] *** ktabic has joined #supybot
[20:08:49] *** fossrox has joined #supybot
[20:08:56] *** fossrox has quit IRC
[20:08:56] *** fossrox has joined #supybot
[20:15:02] *** niko is now known as NIKO
[20:22:25] *** Guest67374 has quit IRC
[20:41:23] *** nailuj24 has joined #supybot
[21:17:59] *** nailuj24 has quit IRC
[21:22:33] *** ktabic has quit IRC
[21:23:46] *** EdWyse_Office is now known as sugar
[21:23:49] *** Checkie has quit IRC
[21:23:52] *** sugar is now known as EdWyse_Office
[21:26:03] *** ktabic has joined #supybot
[21:34:02] *** ProgVal has quit IRC
[21:38:11] *** ProgVal has joined #supybot
[21:59:11] *** RichardG has quit IRC
[21:59:12] -gribble- iSpam has quit oftc (Remote host closed the connection)
[22:00:35] *** RichardG has joined #supybot
[22:01:04] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[22:01:15] *** ziplock has quit IRC
[22:11:51] *** KittyKatt has joined #supybot
[22:11:52] -gribble- iSpam has quit oftc (Read error: Connection reset by peer)
[22:12:02] *** RichardG has quit IRC
[22:13:20] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[22:13:21] *** RichardG has joined #supybot
[22:13:34] *** KittyKatt has quit IRC
[22:14:25] -gribble- Hoaas has quit oftc (Quit: leaving)
[22:22:48] *** MTecknology has quit IRC
[22:22:48] *** MTecknology has joined #supybot
[22:37:49] -gribble- iSpam has quit oftc (Remote host closed the connection)
[22:37:57] *** RichardG has quit IRC
[22:53:45] *** RichardG has joined #supybot
[22:53:50] -gribble- iSpam (iSpam!tingle at 187 dot 14.249.240) has joined on oftc
[23:08:21] *** sanket has left #supybot
[23:37:28] *** mren is now known as mren|off
[23:37:48] *** themill has joined #supybot
[23:58:40] *** NIKO is now known as niko
top

   October 22, 2010  
< | 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 | 31 | >