Switch to DuckDuckGo Search
   October 7, 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:12:17] *** themill has joined #supybot
[00:15:56] *** Twiggy|worx has quit IRC
[00:37:55] *** Exavion has joined #supybot
[00:49:51] *** ktabic has quit IRC
[01:16:58] <Exavion> Is there a way to make a command or plugin not respond unless a user is registered?
[01:34:29] *** macmaN has quit IRC
[01:42:20] *** macmaN has joined #supybot
[02:02:20] *** Emerling has joined #supybot
[02:03:06] <Emerling> buenas
[02:03:11] <Emerling> hi
[02:03:23] <Emerling> i need help,. necesito ayuda por favor
[02:03:33] *** KenjiE20 has quit IRC
[02:03:46] *** themill has quit IRC
[02:04:14] <Emerling> sombody here alguien vivo
[02:25:34] *** Emerling has quit IRC
[02:32:28] <zangetsu> nanotube: are you here?
[02:38:17] <Exavion> is there a command to have the bot return the channel name?
[02:38:33] <Exavion> ie, if i used it here, it would say #supybot
[02:42:47] -gribble- xifle has quit oftc (Ping timeout: 480 seconds)
[02:44:03] *** ZzPod has joined #supybot
[02:45:52] <zangetsu> Exavion: chan, text = irc.msg
[02:45:53] <zangetsu> maybe
[02:46:08] *** ZzPod is now known as ZzSeal
[02:46:14] <zangetsu> def yourcallback(irc, msg, channel, [...]):
[02:46:23] <zangetsu> chan, text = irc.msg
[02:46:45] <zangetsu> irc.repy('channel: %s %s' % (channel, chan))
[02:47:33] <zangetsu> uhmn.. no is wrong
[02:47:36] <zangetsu> def titleSnarfer(self, irc, msg, match):
[02:47:36] <zangetsu> channel = msg.args[0]
[02:47:45] <zangetsu> is msg.args :)
[02:48:20] <ZzSeal> Talking to urself? Or did I miss something?
[02:48:51] <zangetsu> i talk with echelog
[02:48:53] <zangetsu> Exavion:
[02:48:57] -gribble- Elfix (Elfix!elfix at 95 dot 130.15.25) has joined on oftc
[02:50:05] <ZzSeal> Ah ok xD
[02:50:25] <Exavion> How would I retrieve that via an already-implemented plugin? Or would I have to modify/write one?
[02:52:00] <zangetsu> supybot-plugin-create :)
[02:52:07] <zangetsu> type it on yout shell
[02:52:12] <zangetsu> *your
[02:52:20] <zangetsu> and extends plugin.py
[02:52:41] <zangetsu> is very easy
[02:53:14] <ZzSeal> Do you just want to grab the title?
[02:53:26] <ZzSeal> !topic get #supybot
[02:53:51] <ZzSeal> There's a plugin for that
[02:54:16] <ZzSeal> Or did I miss something else?
[02:54:56] <zangetsu> <Exavion> is there a command to have the bot return the channel name?
[02:55:05] <zangetsu> He need the channel name :D
[02:56:05] <ZzSeal> Oh interesting
[02:56:12] <Exavion> Channel name, ie i say @something and it returns Exavion: #supybot
[02:56:35] <ZzSeal> Well you could just make a reply
[02:56:47] <Exavion> Im trying for nested commands, since adding an alias @url: tiny [url last] does not work
[02:56:48] <ZzSeal> Unless you want it dynamic?
[02:57:08] <zangetsu> Exavion: in your shell type "supybot-plugin-create", reply to all shell question; It create a new dir into supybot-dir/plugins/yourpluginname. Open and extends the plugin.py
[02:57:10] <Exavion> i need to do @url: tiny [url last <get channel name>]
[02:57:51] <ZzSeal> Do you want it to do a specific channel? Or the channel it's being requested from
[02:57:59] <Exavion> the one its requested from
[02:58:23] <ZzSeal> .. Ok that's an odd desire. Lol I'm not sure
[02:58:52] <zangetsu> Exavion: something like this http://dpaste.com/254246/
[02:58:52] <ZzSeal> I feel like that's built in somehow
[02:59:37] <zangetsu> in line #46 you can use channel or chan
[03:00:41] <zangetsu> (test it, I wrote it on the spot)
[03:00:44] <Exavion> thanks zangetsu, ZzSeal ill look into the best solution
[03:01:11] <ZzSeal> Right
[03:01:42] <ZzSeal> I'm curious.. Why on earth do you want to output the channel the not is in the the channel the bot is in
[03:05:54] <Exavion> ZzSeal: since adding an alias @url: tiny [url last] does not work
[03:06:08] <Exavion> it needs a channel name in the nested command
[03:06:24] <Exavion> even adding $1 or @1 or $* doesnt work once its an alias, for some reason
[03:07:14] <ZzSeal> Yea I'm confused. Oh well. I'm on an iPod. Not up for coding right now
[03:07:16] <ZzSeal> Lol
[03:08:31] *** Elfix has quit IRC
[03:13:36] <Exavion> Its fine, thanks ZzSeal
[03:17:33] *** Steve57 has joined #supybot
[03:18:21] *** Elfix has joined #supybot
[03:24:22] <nanotube> Exavion: just use echo
[03:24:24] <nanotube> ;;echo $channel
[03:24:25] <gribble> #supybot
[03:24:29] <nanotube> Exavion: --^ no need for plugins
[03:25:08] <nanotube> so there's the solution to your problem
[03:25:51] <nanotube> zangetsu: ZzSeal: also for your future reference :) --^
[03:26:13] <ZzSeal> Ah very cool
[03:26:17] <zangetsu> hi nano ;)
[03:26:29] <nanotube> howdy :)
[03:26:41] <zangetsu> nanotube: is a supybot's messiah
[03:26:45] <nanotube> haha
[03:26:47] <zangetsu> :D
[03:27:34] <ZzSeal> All hail.
[03:27:49] <nanotube> \o/
[03:27:55] <nanotube> ok gtg afk, bbiaf.
[03:28:05] <ZzSeal> Lol kthxbai
[03:28:31] <zangetsu> :o
[03:28:47] *** Elfix has quit IRC
[03:32:15] *** Exavion has quit IRC
[03:38:25] *** Elfix has joined #supybot
[03:40:32] -gribble- xifle (xifle!elfix at 95 dot 130.15.25) has joined on oftc
[03:42:09] -gribble- Elfix has quit oftc (Ping timeout: 480 seconds)
[03:46:11] *** Elfix has quit IRC
[03:48:01] *** ZzSeal is now known as Noah
[03:50:17] -gribble- Elfix (Elfix!elfix at 95 dot 130.15.25) has joined on oftc
[03:51:09] -gribble- xifle has quit oftc (Read error: Connection reset by peer)
[03:53:39] <Weedy> '< nanotube> Weedy: you'd have to write your own... or if your ops contingent is always pretty constant, just make a hard alias to a list of nicks
[03:53:42] <Weedy> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFff
[04:00:39] *** Noah is now known as ZzPod
[04:02:36] *** Elfix has joined #supybot
[04:33:41] *** Exavion has joined #supybot
[05:02:54] *** aa__ has joined #supybot
[05:03:14] *** Steve57afk has joined #supybot
[05:03:15] *** brad` has joined #supybot
[05:03:26] *** beo_ has quit IRC
[05:03:27] *** threeothree has quit IRC
[05:03:30] *** aa_ has quit IRC
[05:03:32] *** Steve57 has quit IRC
[05:03:33] *** eracc has quit IRC
[05:03:34] *** brad has quit IRC
[05:04:03] *** beo_ has joined #supybot
[05:04:41] *** Steve57afk is now known as Steve57
[05:04:55] *** eracc has joined #supybot
[05:14:21] *** blackrock has joined #supybot
[05:14:46] <nanotube> Weedy: o/
[05:14:59] <blackrock> Hello. I'm having an error at the terminal output like: "/home/blackrock/.supybot/data/Seen.db: [Errno 2] No such file or directory: '/home/blackrock/.supybot/data/Seen.db'."
[05:15:34] <nanotube> blackrock: well.... does that file exist? :)
[05:15:44] <blackrock> No. Do I just "touch" the file?
[05:16:56] * quantumlemur touches blackrock's files
[05:17:21] <quantumlemur> blackrock, is it causing problems?
[05:17:27] <nanotube> blackrock: not sure... i haven't really run into any trouble with seen plugin...
[05:17:37] <quantumlemur> some plugins throw a warning, but create the db when it's needed
[05:17:43] <quantumlemur> herald comes to mind
[05:17:44] <blackrock> ok
[05:20:24] *** ZzPod has quit IRC
[05:23:57] <nanotube> blackrock: has that error come up more than once? on only once?
[05:27:08] <blackrock> I think it works OK
[05:27:13] <blackrock> I'm just making a fuss
[05:27:25] <nanotube> hehe k
[05:27:27] <blackrock> nanotube, is there a plugin for unix help
[05:27:28] <blackrock> ?
[05:27:39] <nanotube> blackrock: what kind of unix help? like man pages?
[05:27:39] <blackrock> like ?man top
[05:27:42] <blackrock> yeah
[05:27:57] <nanotube> ah hmmm well... are you sure you'd want to dump the whole manpage output to an irc channel?
[05:28:05] <nanotube> those things tend to be long-ish
[05:28:20] <blackrock> yes, how about one liners
[05:28:55] <nanotube> where would it get one liners?
[05:28:57] <blackrock> I don't find any useful plugin other than ChannelLogger
[05:29:11] <blackrock> I'm using it on a local Linux user group channel
[05:30:11] <nanotube> mm well... you could have it post links to manpages on the web... that would be workable, and a lot less spammy than actually pasting manpages
[05:30:55] <blackrock> ok
[05:31:06] <nanotube> you could do something like ,,(sl man bash)
[05:31:06] <gribble> http://linux.die.net/man/1/bash | Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file.
[05:31:24] <nanotube> how's that?
[05:31:31] <blackrock> yeah that looks good
[05:31:50] <nanotube> well there you go. :) ,,(help sl)
[05:31:50] <gribble> (sl <an alias, 0 arguments>) -- Alias for "google lucky --snippet $*".
[05:32:10] <nanotube> (note that lucky --snippet is not stock - that lives in the gribble git repo)
[05:34:51] <nanotube> other useful things you could do on a LUG channel... look things up on wikipedia, google, look up definitions on dict.org... stream an rss feed of say, slashdot...
[05:38:23] <blackrock> ok
[05:38:29] <blackrock> "alias add man command lucky $1"
[05:38:35] <blackrock> is this right?
[05:39:49] <blackrock> nope not working, try again
[05:41:04] <nanotube> try 'alias add man lucky $1'
[05:41:14] <nanotube> then you'll have a 'man' command doing the lucky
[05:44:32] <blackrock> how about this one:
[05:44:36] <blackrock> "alias add man lucky site:die.net $1"
[05:45:43] <blackrock> it returns a url from die.net
[05:45:45] <nanotube> should work
[05:45:47] <nanotube> yea
[05:45:51] <blackrock> how do i get this to return the title?
[05:45:54] <fire|bird> \o nanotube
[05:45:56] <blackrock> with the url?
[05:46:01] <blackrock> like you showed me above
[05:46:06] <nanotube> the --snippet
[05:46:14] <nanotube> ;;help sl
[05:46:14] <gribble> (sl <an alias, 0 arguments>) -- Alias for "google lucky --snippet $*".
[05:46:19] <nanotube> notice the --snippet argument.
[05:46:21] <blackrock> ok
[05:46:24] <nanotube> that returns google's snippet.
[05:46:37] <nanotube> but as i said, if you're using stock supy, that's not going to be available. see ,,ggc for that.
[05:46:37] <gribble> Here is a nice summary of the content of the gribble git repo: http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Gribble_Project_Git_Repository
[05:48:02] <nanotube> fire|bird: o/ :)
[05:48:56] <nanotube> blackrock: as an alternative, you could go for the page title, with ,,(web title http://linux.die.net/man/1/bash)
[05:48:56] <gribble> bash(1): GNU Bourne-Again SHell - Linux man page
[05:49:07] <nanotube> not as nice as the google snippet... but still something. :)
[06:24:38] <blackrock> So Supybot is based on Gribble?
[06:25:31] <nanotube> blackrock: no, gribble is based on supybot. :)
[06:25:43] <nanotube> gribble is essentially nothing more than a supybot with some of my personal tweaks in it.
[06:26:02] <blackrock> OK. "Gribble is the code base for the Supybot".
[06:26:10] <blackrock> I got it wrong then
[06:26:24] <nanotube> that's not the complete sentence. read the complete sentence. :)
[06:27:01] <blackrock> hehe ok
[06:27:51] <nanotube> mmm where is that sentence again?
[06:29:13] <blackrock> From the SF page
[06:29:50] <nanotube> ah project summary page
[06:45:01] *** nosa- has joined #supybot
[06:45:32] <nosa-> hay im wondering how i want my supybot to do :D back at me when i do :D at it, how can i do that?
[06:45:49] <nosa-> like this
[06:45:50] <nosa-> :D
[06:45:59] <nosa-> supybot :D
[06:46:05] <nosa-> then supybot goes :D
[06:46:05] <quantumlemur> you could do it with nanotube's messageparser plugin
[06:46:10] <nosa-> hmm
[06:46:21] <nosa-> aye ill install that
[06:47:26] <nanotube> quantumlemur: or if that's the only thing you want it to do... could you possibly use an alias?
[06:47:34] <nanotube> ;;alias add ":D" ":D"
[06:47:35] <gribble> The operation succeeded.
[06:47:37] <nanotube> ;;:D
[06:47:42] <nanotube> ;;list alias
[06:47:42] <gribble> :d, ?, about, add, bc,blocks, bc,diff, bc,nexttarget, bc,totalbc, bot, botsnack, boturl, cheer, ctell, direct, factlist, facts, getprefix, give, giveout, h, help, histsearch, hug, isitdown, lock, ls, mp, oobhresponse, pet, petuser, pong, remove, sfideasearch, sfticketsearch, sfuserpage, sfwikisearch, sl, slap, smack, targetproject, test, texthelp, trigger, ud, unlock, wk, wp, wpes, and yt
[06:47:47] <quantumlemur> then youd have to use a prefix, though
[06:47:47] <nanotube> ;;:d
[06:47:58] <nanotube> heh yea
[06:48:02] <nanotube> ;;help :d
[06:48:02] <gribble> (:d <an alias, 0 arguments>) -- Alias for ":D $*".
[06:48:03] <nosa-> LD
[06:48:06] <nanotube> heh
[06:48:09] <nosa-> awsome
[06:48:15] <quantumlemur> could set an alternate prefix char to ":"
[06:48:17] <nanotube> ;;alias remove ":d"
[06:48:17] <gribble> The operation succeeded.
[06:48:19] <quantumlemur> haha
[06:48:23] <nanotube> quantumlemur: haha yea
[06:49:13] <nosa-> :D hmm
[06:50:55] <nosa-> so what should i do :D
[06:51:08] <quantumlemur> I'd say messageparser
[06:51:11] <nanotube> look at the docs for ,,messageparser
[06:51:11] <gribble> See the documentation on the MessageParser plugin here: http://sourceforge.net/apps/mediawiki/gribble/index.php?title=MessageParser_Plugin
[06:51:12] <nosa-> aye
[06:51:33] <nosa-> this'll be fun :D
[06:52:17] <nosa-> right ill work on it
[06:52:46] <nanotube> ;;mp add ":D" "echo :D"
[06:52:46] <gribble> The operation succeeded.
[06:52:52] <nanotube> ooh i'm so happy :D
[06:52:53] <gribble> :D
[06:52:53] <quantumlemur> :D
[06:52:54] <gribble> :D
[06:52:56] <nanotube> hehe
[06:53:00] <nosa-> :D
[06:53:00] <quantumlemur> :d
[06:53:01] <gribble> :D
[06:53:02] <nanotube> nosa-: --^ works like that
[06:53:11] <nanotube> quantumlemur: it's case-sensitive :)
[06:53:18] <quantumlemur> so it would seem :P
[06:53:25] <nosa-> ha cool stuff
[06:53:45] <nosa-> well after i ass the messageparser
[06:54:05] <nosa-> "mp" is not a valid command.
[06:54:06] <nosa-> :D
[06:54:06] <gribble> :D
[06:54:14] <nosa-> gribble: :D
[06:54:15] <gribble> :D
[06:54:17] <nosa-> XD
[06:54:30] <nanotube> ;;help mp
[06:54:30] <gribble> (mp <an alias, 0 arguments>) -- Alias for "messageparser $*".
[06:54:34] <nanotube> nosa-: --^
[06:54:35] <nosa-> add* not ass lmao
[06:54:39] <nosa-> hmm
[06:54:45] <nanotube> mp is just a simple alias for messageparser i made, so i don't have to type messageparser all the time
[06:55:13] <nosa-> so supybot alredy has it? ;>
[06:55:16] <nanotube> don't ass the messageparser. no assing allowed. :P
[06:55:19] <nosa-> lol XD
[06:55:30] <nanotube> you make your own aliases with "alias add"
[06:55:35] <nanotube> see ,,(help alias add)
[06:55:35] <gribble> (alias add <name> <alias>) -- Defines an alias <name> that executes <alias>. The <alias> should be in the standard "command argument [nestedcommand argument]" arguments to the alias; they'll be filled with the first, second, etc. arguments. $1, $2, etc. can be used for required arguments. @1, @2, etc. can be used for optional arguments. $* simply means "all remaining arguments," and (1 more message)
[06:55:51] <nosa-> i see
[06:58:14] <nosa-> heh
[06:58:57] <nosa-> hmm
[06:59:04] <nosa-> not sure i got this figured out
[06:59:17] <nosa-> step by step what should i do :\
[06:59:21] <nosa-> hmm
[06:59:22] <nosa-> XD
[07:00:47] <nosa-> the bot's in #ganymede D:
[07:00:56] <nosa-> XD i might just work on this tomarow
[07:01:53] <nanotube> follow those ,,messageparser docs... it gives examples of usage. to install plugin, just grab the messageparser plugin dir and stick it in with the other plugins
[07:01:53] <gribble> See the documentation on the MessageParser plugin here: http://sourceforge.net/apps/mediawiki/gribble/index.php?title=MessageParser_Plugin
[07:02:58] <nosa-> ahh
[07:04:18] <nosa-> hmm i think i alredy added gribble
[07:04:25] <nosa-> for a rss plugin
[07:04:27] <nosa-> o0
[07:04:43] <nanotube> so you should have the mp plugin already, then?
[07:04:48] <nanotube> should be even easier
[07:04:52] <nosa-> right :D
[07:04:52] <gribble> :D
[07:04:58] <nosa-> hmm
[07:05:07] <nanotube> so load the plugin then, using the ,,load command
[07:05:07] <gribble> (load [--deprecated] <plugin>) -- Loads the plugin <plugin> from any of the directories in conf.supybot.directories.plugins; usually this includes the main installed directory and 'plugins' in the current directory. --deprecated is necessary if you wish to load deprecated plugins.
[07:05:11] <nosa-> heh
[07:05:16] <nanotube> and then you'll be good to go
[07:05:45] <nosa-> hmm ill identify and set it
[07:10:05] <nosa-> bah im identifyd but !load comes up a error
[07:10:56] <nanotube> what error?
[07:11:16] <nosa-> not sure i editited the defult value :P
[07:11:28] <nanotube> what value?
[07:11:33] <nosa-> XD
[07:11:42] <nosa-> something about a user setting i bet
[07:11:47] <nosa-> ill have to go to the .conf file
[07:12:24] <nosa-> i was bord one day and set it for this song lyric :P
[07:12:38] <nanotube> ..... O_.
[07:12:48] <nosa-> \:D/
[07:12:48] <gribble> :D
[07:14:23] <hokkaido> !!! xD
[07:14:47] <nosa-> Determines what error message the bot gives when it wants to be # ambiguous.
[07:14:59] <nosa-> o0
[07:20:35] <nosa-> its not a depreeated plugin right?
[07:20:58] <nanotube> no
[07:21:23] <nosa-> so just `load 'plugin name'
[07:21:30] <nosa-> without quotes?
[07:21:37] <nosa-> and with trigger?
[07:21:38] <nosa-> XD
[07:22:04] <nosa-> i know im makin u guys facepalm :D
[07:22:04] <gribble> :D
[07:22:14] <nanotube> nosa-: case sensitive
[07:22:20] <nanotube> so 'load MessageParser'
[07:22:29] <nosa-> heh ill try
[07:22:36] <nanotube> (unless you use the latest gribble git, in which case load has been made case-insensitive)
[07:22:47] <nosa-> ahh
[07:23:11] <nosa-> !load MessageParser
[07:23:15] <nosa-> thats what i put
[07:24:35] <nosa-> bah error p_p
[07:25:48] <nosa-> should i put it in pm?
[07:25:54] <nosa-> !load MessageParser
[07:25:59] <nosa-> `load MessageParser
[07:26:03] <nosa-> D:
[07:27:09] <nanotube> what error? quote the error
[07:27:25] <nosa-> [01:23:46] <tank_> nosa-: ok 3 2 1 lets jam
[07:27:27] <nosa-> :P
[07:27:56] <nosa-> i could pull the message from the cmd prompt
[07:28:06] <nanotube> sounds like a success message to me
[07:28:12] <nosa-> D:
[07:28:15] <nosa-> i see :D
[07:28:16] <nanotube> (cowboy bebop much? :) )
[07:28:16] <gribble> :D
[07:28:23] <nosa-> ha lol
[07:28:25] <nosa-> :)
[07:28:27] <nosa-> :))
[07:28:31] <nanotube> :D
[07:28:31] <gribble> :D
[07:28:52] <nosa-> ya a bit :P
[07:28:58] <nanotube> heh
[07:29:05] <nanotube> anyway, try the 'list' command now, see if mp is in the list
[07:29:58] <nosa-> heh <tank_> nosa-: Admin, Channel, Config, Misc, Owner, RSS, and User
[07:30:17] <nosa-> hmm this bot may not have gribble :\
[07:30:29] <nosa-> im sure weve installed it XD
[07:30:42] <nanotube> try the 'version' command?
[07:31:04] <nosa-> The current (running) version of this Supybot is 0.83.4.1. The newest version available online is 0.83.4.1.
[07:31:33] <nanotube> nosa-: that's definitely not gribble. :)
[07:31:35] <nanotube> ;;version
[07:31:36] <gribble> The current (running) version of this Supybot is 0.83.4.1+gribble (2010-09-08T00:11:28-0400). The newest version available in the gribble git repository is 0.83.4.1+gribble (2010-09-08T00:11:28-0400).
[07:32:04] <nosa-> :O
[07:32:09] <nosa-> i see xD well
[07:32:23] <nanotube> so much for that. hehe
[07:32:36] <nosa-> lol ya well
[07:33:23] <nosa-> ive reinstalled it a few times :P
[07:34:00] *** jfalco has quit IRC
[07:34:29] <nanotube> heh
[07:34:37] <nanotube> ;;mp remove ":D"
[07:34:37] <gribble> The operation succeeded.
[07:36:20] <nosa-> ill work on it more tomaorw :P
[07:36:29] <nosa-> its almost 2 am so xD
[07:37:11] <nanotube> nosa-: same here. EST
[07:37:41] <nosa-> aye ya i had a few minites before bed so i thought id just see what i needed to do
[07:41:06] <nanotube> :)
[07:41:12] <nosa-> :D
[07:53:22] <Omen> nanotube, what is so special/different in your +Gribble ?
[07:54:19] <nanotube> Omen: see ,,ggc for full list of changes.
[07:54:19] <gribble> Here is a nice summary of the content of the gribble git repo: http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Gribble_Project_Git_Repository
[07:54:29] <nanotube> nothing so much... just stuff to make me happy. :)
[07:58:50] *** blackrock has quit IRC
[07:59:20] <Omen> I assume I am able to mix your changes with a normal install of Supybot without any conflicts or problems.
[08:00:43] <nanotube> most of them, yes. :) review the list of changes under 'core'
[08:01:11] *** Algabe has joined #supybot
[08:01:50] <Algabe> Error: You don't have the #canalop 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.
[08:01:59] <Algabe> ese error me da :S
[08:02:17] <Omen> ^ ?
[08:08:48] *** Algabe has left #supybot
[08:11:57] *** blackrock has joined #supybot
[08:13:48] -gribble- stepnem has quit oftc (Ping timeout: 480 seconds)
[08:47:55] *** aa__ is now known as aa_
[08:51:26] *** ktabic has joined #supybot
[09:18:47] *** Steve57 has quit IRC
[09:21:07] *** Steve57 has joined #supybot
[10:03:05] *** brad` is now known as brad
[10:13:08] *** salmon_ has joined #supybot
[10:13:18] *** salmon_ has left #supybot
[10:39:10] *** KenjiE20 has joined #supybot
[10:40:23] *** KenjiE20 has quit IRC
[10:47:53] *** KenjiE20 has joined #supybot
[11:10:01] *** fossrox has joined #supybot
[11:10:01] *** fossrox has joined #supybot
[11:24:46] *** Exavion has quit IRC
[11:32:08] *** GautamGupta has joined #supybot
[11:34:13] *** themill has joined #supybot
[11:34:21] *** GautamGupta has left #supybot
[11:34:44] *** fossrox_ has joined #supybot
[11:34:45] *** fossrox_ has joined #supybot
[11:37:05] *** fossrox has quit IRC
[11:44:59] *** fossrox_ has quit IRC
[12:02:12] *** Exavion has joined #supybot
[12:11:50] *** beo_ has quit IRC
[12:16:05] *** beo_ has joined #supybot
[12:25:46] *** beo_ has quit IRC
[12:27:35] *** beo_ has joined #supybot
[12:27:54] *** Exavion has quit IRC
[12:44:46] *** DNS777 has quit IRC
[12:44:46] *** DNS777 has joined #supybot
[12:54:54] *** blackrock has quit IRC
[13:02:56] *** FusionX has quit IRC
[13:17:45] *** niko has quit IRC
[13:18:39] *** niko has joined #supybot
[13:33:18] *** FusionX has joined #supybot
[13:38:54] *** FusionX has quit IRC
[13:38:54] *** FusionX has joined #supybot
[14:11:43] *** DNS777 has quit IRC
[14:15:31] *** DNS777 has joined #supybot
[14:15:31] *** DNS777 has joined #supybot
[14:29:44] -gribble- stepnem (stepnem!~stepnem at 176 dot 119.broadband10.iol.cz) has joined on oftc
[15:03:06] -gribble- tomaw has quit oftc (reticulum.oftc.net solenoid.oftc.net)
[15:06:46] -gribble- tomaw (tomaw!tom at tomaw dot netrep.oftc.net) has joined on oftc
[15:10:53] *** sailerboy is now known as zz_sailerboy
[15:16:11] *** Twiggy|worx has joined #supybot
[15:20:51] *** Steve57 has quit IRC
[15:21:38] *** Steve57 has joined #supybot
[16:00:06] *** ktabic_ has joined #supybot
[16:01:53] *** __cool__ has quit IRC
[16:02:50] *** ktabic has quit IRC
[16:04:44] *** __cool__ has joined #supybot
[16:13:35] *** Warlord has left #supybot
[16:15:57] *** __cool__ has quit IRC
[16:17:54] *** __cool__ has joined #supybot
[16:33:16] <Weedy> can @topic be extended to have pre and postfix?
[16:34:14] *** Nwab has joined #supybot
[16:41:45] *** nailuj24 has joined #supybot
[16:45:00] *** echelog has joined #supybot
[16:46:44] *** Mazon has joined #supybot
[16:54:17] *** KittyKatt has joined #supybot
[16:57:39] *** ktabic_ has quit IRC
[16:58:08] *** scar has quit IRC
[17:00:52] *** Nwab is now known as Benwa
[17:01:11] *** scar has joined #supybot
[17:05:25] <bburhans> @apropos append
[17:05:29] <bburhans> er
[17:05:31] <bburhans> ;apropos append
[17:05:34] <bburhans> ;;apropos append
[17:05:34] <gribble> No appropriate commands were found.
[17:05:39] <bburhans> o_O
[17:05:45] <bburhans> ;;list topic
[17:05:46] <gribble> add, change, default, fit, get, insert, list, lock, redo, remove, reorder, replace, restore, separator, set, shuffle, swap, topic, undo, and unlock
[17:06:11] <bburhans> Weedy: see "topic add" and "topic insert" (for some reason I thought it was "prepend" and "append")
[17:16:30] *** KittyKatt has quit IRC
[17:19:47] *** nailuj24 has quit IRC
[17:21:18] *** nailuj24 has joined #supybot
[17:21:18] *** nailuj24 has joined #supybot
[17:21:48] *** nailuj24 has quit IRC
[17:23:43] <Weedy> bburhans: i know how to add items
[17:24:07] <Weedy> thats not what i ment
[17:27:36] *** nailuj24 has joined #supybot
[17:27:36] *** nailuj24 has joined #supybot
[17:29:22] <bburhans> Weedy: then you'll have to elaborate.
[17:30:15] <Weedy> {prefix} topic || topic || topic {postfix}
[17:31:40] <nanotube> Weedy: just add the prefix to topic1, and the postfix to topicN ?
[17:32:15] <Weedy> the point is for the bot to handle it
[17:32:28] <Weedy> or i should say that is my request/question
[17:32:35] <Weedy> i know it can be done manually
[17:43:01] <nanotube> ah well... you'd have to modify code. :)
[17:43:31] *** themill has quit IRC
[17:44:28] *** themill has joined #supybot
[17:50:40] *** beo_ has quit IRC
[17:53:04] *** beo_ has joined #supybot
[17:53:54] *** RichardG_ has joined #supybot
[17:54:15] *** RichardG has quit IRC
[17:54:15] *** RichardG_ is now known as RichardG
[17:54:58] -gribble- iSpam_ (iSpam_!~tingle at 187 dot 15.19.217) has joined on oftc
[17:55:00] -gribble- iSpam has quit oftc (Read error: Connection reset by peer)
[17:55:01] -gribble- nick change by iSpam_ to iSpam on oftc
[18:00:55] *** nailuj24 has quit IRC
[18:01:56] <zangetsu> Hi, where is stored last URL gived into the current channel
[18:01:58] <zangetsu> *?
[18:02:58] *** nailuj24 has joined #supybot
[18:05:37] *** KittyKatt has joined #supybot
[18:06:17] <wRAR> url last
[18:07:10] <zangetsu> uhmn web plugin?
[18:07:23] <zangetsu> i need to capture it from another plugin
[18:08:40] <nanotube> zangetsu: there's a 'url' plugin
[18:08:56] <Weedy> nanotube: this whole twisting my arm to learn python thing is not appeciated
[18:09:18] <zangetsu> hi nano, and how i use it to another my plugin?
[18:09:27] <nanotube> Weedy: not twisting, just telling it like it is. feature not available, therefore, you or someone else has to code it.
[18:09:35] <Weedy> pfft
[18:10:33] <nanotube> zangetsu: nest the command [url last] in your alias... or are you talking from within plugin code?
[18:11:03] <zangetsu> the second case
[18:11:37] <zangetsu> def mycallback(....): last = x
[18:12:07] <nanotube> in that case, see what methods exist in url plugin to see what you should be calling, etc.
[18:12:23] <nanotube> (i haven't done anything with that plugin, so up to you to figure out the details. :)
[18:14:24] *** RichardG has quit IRC
[18:14:44] <zangetsu> hehe
[18:14:46] <zangetsu> thanks :D
[18:14:54] <zangetsu> (messiah()
[18:15:04] -gribble- iSpam has quit oftc (Remote host closed the connection)
[18:16:51] <zangetsu> yea, from supybot.plugins.url import last :>
[18:18:08] <zangetsu> but it return the links in a irc.reply message
[18:19:36] *** RichardG has joined #supybot
[18:19:37] -gribble- iSpam (iSpam!~tingle at 187 dot 15.19.217) has joined on oftc
[18:23:58] <nanotube> zangetsu: so that means you have to make your own method that returns them in whatever shape you want
[18:24:13] <zangetsu> yes
[18:24:29] <zangetsu> but i need to know where supybot save the plugin instance
[18:24:34] <zangetsu> for access to this method
[18:25:49] <zangetsu> class URL(callbacks.Plugin):
[18:25:49] <zangetsu> def __init__(self, irc):
[18:25:49] <zangetsu> self.db = URLDB() <----
[18:25:57] <zangetsu> supybot.plugins.URL maybe
[18:26:25] *** KittyKatt has quit IRC
[18:55:42] *** nailuj24 has quit IRC
[18:55:58] *** bauerj has quit IRC
[18:58:49] *** nailuj24 has joined #supybot
[19:05:43] *** bauerj has joined #supybot
[19:25:16] *** themill has quit IRC
[19:26:00] *** eracc has quit IRC
[19:32:04] *** mren|off is now known as mren
[19:36:41] *** meGenius has joined #supybot
[19:36:41] *** meGenius has joined #supybot
[19:47:29] *** nailuj24 has quit IRC
[19:48:30] *** Omen has quit IRC
[19:50:55] *** Omen has joined #supybot
[20:11:01] *** themill has joined #supybot
[20:13:27] *** ktabic has joined #supybot
[20:25:41] *** Omen has quit IRC
[20:28:30] *** Omen has joined #supybot
[20:54:48] *** meGenius has quit IRC
[20:59:23] *** mroe has joined #supybot
[20:59:47] <mroe> when someone starts a sentence with 'google' my bot chimes up with a link for what looks to be the first hit
[21:00:06] <mroe> this is unexpected/unwanted behavior
[21:00:23] <mroe> it is a different result than if someone types '!google blah'
[21:03:11] <SteelSide> mroe, deactivate the snarfer
[21:03:27] <mroe> will that disable !google?
[21:03:31] <SteelSide> no
[21:03:31] <mroe> !list
[21:03:36] <mroe> doh wrong window
[21:04:12] <mroe> SteelSide, do you know how to do that live?
[21:04:26] *** Benwa has quit IRC
[21:07:16] <SteelSide> mroe, ! ofcourse. first find it using config search
[21:07:45] <SteelSide> then set the the option with config <optionname> False
[21:07:54] <SteelSide> ;;config search google
[21:07:54] <gribble> supybot.plugins.Google, supybot.plugins.Google.public, supybot.plugins.Google.referer, supybot.plugins.Google.groupsSnarfer, supybot.plugins.Google.searchSnarfer, supybot.plugins.Google.colorfulFilter, supybot.plugins.Google.bold, supybot.plugins.Google.maximumResults, supybot.plugins.Google.defaultLanguage, and supybot.plugins.Google.searchFilter
[21:08:06] <SteelSide> ;;config help supybot.plugins.Google.searchSnarfer
[21:08:07] <gribble> Determines whether the search snarfer is enabled. If so, messages (even unaddressed ones) beginning with the word 'google' will result in the first URL Google returns being sent to the channel. (Current value: False)
[21:08:20] <SteelSide> mroe, so send it config supybot.plugins.Google.searchSnarfer False
[21:08:47] <mroe> perfect, thanks
[21:09:46] <SteelSide> mroe, and if you expect the bot to crash within the next 30 seconds also tell it to flush, else it'll do that periodically
[21:10:17] *** ProgVal has joined #supybot
[21:18:15] <mroe> is there a plugin repo somewhere?
[21:18:25] <SteelSide> ;;resources
[21:18:26] <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!
[21:18:39] <mroe> perfect
[21:18:40] <ProgVal> &google bzr coffeecode supybot
[21:18:41] <gribble> Index of /supybot-plugins/plugins: <http://bzr.coffeecode.net/supybot-plugins/plugins/>; Index of /supybot-plugins: <http://bzr.coffeecode.net/supybot-plugins/>; SourceForge.net: Supybot Resources - gribble: <http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Supybot_Resources>
[21:29:19] <nanotube> ProgVal: that's one of the existing links on resources
[21:31:06] <ProgVal> ok
[21:33:44] <SteelSide> wow
[21:33:48] <SteelSide> a rickroll warner
[21:33:49] <SteelSide> xd
[21:34:35] <SteelSide> oi perhaps someone here has some firefox mojo?
[21:35:34] <SteelSide> nvm I think I found it!
[21:35:41] <SteelSide> no I didn't :<
[21:35:43] <mroe> how many bots are in this channel?
[21:36:08] <SteelSide> too many
[21:36:16] <ProgVal> mren ~> bots are in #supybot-bots
[21:36:33] <ProgVal> nanotube ~> should I branche Supybot or gribble ?
[21:37:01] <mroe> that's one way to bring up the room attendance numbers
[21:37:06] <SteelSide> ok so my firefox question: when I click on a python script like on that site, firefox only asks me if I want to open it with Other.. (and allows me to select from filesystem), or save it. I'd want it to have certain programs in a list for me :E Any idea how to accomplish that? Settings only allows me to force it to always open in a certain program
[21:37:39] <ProgVal> SteelSide ~> select the program
[21:37:47] <ProgVal> for example : /usr/bin/gedit
[21:38:51] <mroe> and it looks like gribble isn't set with a +B so it would be safe to assume many of the bots here aren't +B'ed either
[21:39:19] <ProgVal> Does Freenode recognize +B
[21:39:20] <ProgVal> ?
[21:39:34] <ProgVal> no, it doesn't
[21:39:35] <ProgVal> 21:38:26 Unknown MODE flag
[21:39:39] <mroe> it doesn't?
[21:39:39] <SteelSide> ProgVal, I've done that 5 times, it still doesn't add it to any list
[21:39:56] <ProgVal> SteelSide ~> it works for me
[21:40:21] <SteelSide> :|
[21:42:16] <nanotube> ProgVal: go with stock supybot for branching.
[21:43:10] <ProgVal> gribble has nice features that supybot hasn't
[21:44:34] <nanotube> ProgVal: indeed it does. :) but if you want to increase your chances of getting merged into main supy (and reduce workload for jamessan), it's a good idea to base on stock supy.
[21:44:51] <nanotube> ProgVal: once your stuff gets merged into stock, i'll pull from it and merge into gribble
[21:45:10] <ProgVal> ok
[21:48:02] *** Rockj has quit IRC
[21:48:43] <ProgVal> why is there some stuff that jamessan hasn't merged ?
[21:48:48] *** Rockj has joined #supybot
[21:48:51] <ProgVal> (sqlite3, ...)
[21:50:09] *** mroe has left #supybot
[21:50:48] <ProgVal> s/hasn't/didn't
[21:52:35] *** YuRi- has joined #supybot
[21:52:36] <nanotube> the sqlite3 - he's waiting until i finish sqlaschemizing the dbs. (that's in progress)
[21:52:45] <nanotube> other stuff... dunno. :) but the sqlite3 is the major one.
[21:53:30] <ProgVal> instead of starting a new repository, should I use gribble ?
[21:54:57] *** bcomplex has joined #supybot
[21:55:05] <nanotube> start a new one - i'm not giving you write access to gribble's repo. :P (especially as you're just learning git, and accidents happen... heh)
[21:55:12] <ProgVal> ok
[21:56:19] <ProgVal> eh, I don't have to emerge the git server on my hosting, because there is not git server :D
[21:56:55] <nanotube> you can host in on github or gitorious
[21:57:13] <ProgVal> mmh
[21:57:15] <ProgVal> why not
[21:57:34] *** __cool__ has quit IRC
[21:59:56] *** RichardG has quit IRC
[22:01:39] *** Katami has quit IRC
[22:01:54] -gribble- iSpam has quit oftc (Ping timeout: 480 seconds)
[22:02:29] *** Katami has joined #supybot
[22:03:19] *** __cool__ has joined #supybot
[22:03:52] *** Out`Of`Control has joined #supybot
[22:03:53] *** Out`Of`Control has joined #supybot
[22:05:37] *** xifle has joined #supybot
[22:06:14] *** Rockj has quit IRC
[22:06:38] *** macmaN has quit IRC
[22:06:39] *** Viper has quit IRC
[22:06:39] *** Elfix has quit IRC
[22:11:08] *** echelog has joined #supybot
[22:22:17] *** macmaN has joined #supybot
[22:53:37] *** __cool__ has quit IRC
[22:59:18] *** __cool__ has joined #supybot
[22:59:52] *** EdWyse_Office has joined #supybot
[23:00:45] <EdWyse_Office> Have you added goo.gl to the url shortener yet? :)
[23:03:56] <nanotube> EdWyse_Office: what do you mean 'yet'... was someone going to do that?
[23:04:38] <EdWyse_Office> It's been available for hours... you mean you haven't added that already? (jk)
[23:07:28] *** mren is now known as mren|off
[23:17:19] *** xifle is now known as Elfix
[23:29:34] <nanotube> heh
[23:33:24] <Hoaas> Is goo.gl new?
[23:33:49] <EdWyse_Office> It's been around for a while, but they just opened it up for public use.
[23:34:00] <Hoaas> cool.
[23:44:32] <ProgVal> Do you know the CeCILL and CeCILL B licences ?
[23:47:02] *** Twiggy|worx has quit IRC
[23:48:45] *** KittyKatt has joined #supybot
[23:48:45] *** KittyKatt has joined #supybot
[23:52:38] *** ProgVal has quit IRC
top

   October 7, 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 | >