Log for #mirc on 2008-08-09


Session Start: Sat Aug 09 00:00:00 2008
Session Ident: #mirc
[00:08] <grateful> how can i fix "/server :ssl not supported"?
[00:08] <grateful> ssl not available
[00:12] <dirtpoor> try an ssl server
[00:15] <grateful> the server should have ssl support
[00:18] <dirtpoor> not all servers have ssl
[00:18] <dirtpoor> are you trying this on an efnet server?
[00:27] <p3t3r> anyone want a demonoid invite?
[00:28] <iFear> ?
[00:53] * dirtpoor is now known as [x]
[01:21] <mirko> ciao
[01:22] <mirko> c'è nessuno
[01:22] <mirko> ciao
[01:27] <[x]> mirko, #mIRC is a [English speaking] help channel, we're anti-social for the mo
[01:30] <mirko> cc
[01:30] <mirko> ciao
[01:30] <mirko> come si fa x scaricare
[01:39] <Grrrrr> scon -a localinfo $chr(10) <iphere> <- I saw this in a script that
[01:41] * [x] is now known as [_]
[01:41] * [_] is now known as [x]
[01:41] <Grrrrr> I had never problem with it, but I accidently changed the 'on connect, alway
[01:42] <Grrrrr> causing it to return not enough parameters
[01:43] <Kollektiv> that's a $lf not a $cr
[01:43] <Kollektiv> and it's just being used as a filler where the hostname would normally be
[01:44] <Grrrrr> that was then a bad choice of the author?
[01:44] <Kollektiv> yes
[01:44] <Grrrrr> ok, gonna put some normal text there then, thanks
[01:57] * [x] is now known as dirtpoor
[02:51] <mnb> hie all
[02:52] <mnb> any one interested to chat with meeeeeeeeeeeeee!
[02:55] <dirtpoor> mnb, #mIRC is a [English speaking] help channel, we're anti-social for the
[02:58] <bookz`> [4:45am] * Topic is 'New! mIRC 6.34 @ http://www.mirc.com - Pose questions i
[02:58] <bookz`> shouldn't it be 'non-working code' ?
[02:59] <diabolic> i think it's a joke
[02:59] <bookz`> but it doesn't make any sense
[02:59] <dirtpoor> it is
[03:03] <vidaco> türk varmý
[03:04] <dirtpoor> vidaco, #mIRC is a [English speaking] help channel, we're anti-social for
[03:13] <Raccoon> Holding the 2008 Olympic Games in Bejing was an excellent idea. Over the n
[03:14] <dirtpoor> LOL
[03:14] <dirtpoor> why doesn't the options dialog keep ctrl-k's after restarting mirc?
[03:15] <dirtpoor> like setting the default timestamp in it doesn't keep
[03:15] <Kollektiv> limitation of the ini format
[03:15] <Kollektiv> having said that, they do remain in scripts
[03:15] <Kollektiv> I love mIRC's consistency
[03:25] <Raccoon> $chr(3) $+ <color_numb>
[03:26] <Raccoon> or create the alias: /c3 return $chr(3) $+ $prop
[03:27] <Raccoon> then you can type $c3.04 for the color red
[03:31] <dirtpoor> whats $prop do, just $1-?
[04:08] <tomalak> dirtpoor: what happened when you looked that up in the helpfile?
[04:09] <dirtpoor> I didn't understand it I don't think
[04:09] <dirtpoor> hence why I asked
[04:11] <tomalak> $identifer(arguments).property
[04:11] <tomalak> it's a poor attempt at psuedo-object-orientation
[04:12] <dirtpoor> oh, ok
[04:12] <dirtpoor> I was wondering how .prop's were handled with custom identifiers
[04:13] <dirtpoor> thanks for clearing that up btw =)
[04:20] * digitok is now known as diabolic
[06:06] <psagor> hi
[06:36] * gencha is now known as gen^alk
[07:01] <L|M|TED> how do i add a delay in between a set of commands?
[07:02] <Kollektiv> appropriate use of /timer
[07:03] <L|M|TED> got an example, im only used to using timers to make things repeat a few ti
[07:04] <Kollektiv> command1
[07:04] <Kollektiv> timer 1 2 command2
[07:04] <Kollektiv> timer 1 4 command3
[07:27] <L|M|TED> if i use //echot -tm #chan .....does the text reach the server ? i seem to
[07:27] <Kollektiv> it does not
[07:27] <Kollektiv> You can open a debug window with "/debug @debug" to watch data to/from th
[07:27] <Grrrrr> /echot isnt a native mirc alias too
[07:28] <L|M|TED> ./echo i meant
[07:30] <Grrrrr> well if it was echot is would sent it to irc server
[07:30] <L|M|TED> i wonder why i keep getting booted off linknet for excess flood when I bare
[07:30] <Kollektiv> [15:28:55] <@Kollektiv> You can open a debug window with "/debug @d
[07:30] <Grrrrr> you can see it in debug window
[07:31] <L|M|TED> <- :irc.gtcomm.ca 421 L|M|TED 0 :Unknown command
[07:31] <L|M|TED> <- :irc.gtcomm.ca 421 L|M|TED 4 :Unknown command
[07:31] <L|M|TED> that could be it
[07:32] <Grrrrr> well something is sending numbers
[07:32] <L|M|TED> i think its the bunch if $regex(%text, /regex/) i am using
[07:33] <Kollektiv> heh
[07:33] <Kollektiv> put "noop" infront of those lines
[07:33] <L|M|TED> oki
[07:35] <L|M|TED> it complains now on this if (noop !$regex
[07:35] <Kollektiv> ...
[07:35] <Kollektiv> noop is a command
[07:35] <Kollektiv> you don't need it inside if statements, only where you're using $regex wh
[07:36] <L|M|TED> im using $regex in many if statements
[07:36] <Kollektiv> <@Kollektiv> you don't need it inside if statements
[07:36] <Kollektiv> keep noop out of your if statements
[07:37] <Kollektiv> use it only where you have $regex (or another identifier) at the start of
[07:37] <L|M|TED> gotch
[07:38] <L|M|TED> i noticed some regsub's gonna add noop in front of those
[07:43] <L|M|TED> thx man, i dont see those things anymore
[07:51] <wiwi> i have question pls...
[07:51] <Kollektiv> ask it
[07:51] <dmaresca> r.i.p bernie max
[07:51] <dmaresca> dead at 50
[07:52] <dmaresca> er mac
[07:52] <L|M|TED> wow, that sucks!
[07:52] <dmaresca> yep
[07:53] <wiwi> whare can i go if i want to chat on philippines
[07:53] <Kollektiv> Try #manila
[07:54] <wiwi> tnx
[08:04] <Rebeltheo> http://imstoned.pennergame.de/
[08:28] * gen^alk is now known as gencha
[08:32] <LO_KEY> http://www.chicagotribune.com/entertainment/chi-bernie-mac-dead,0,995933.sto
[08:42] * Modoc changes topic to 'New! mIRC 6.34 @ http://www.mirc.com - RIP Bernie Mac (comedian)'
[09:05] <kuyk> how do i turn of a timer
[09:05] <jackal^> /timername off
[09:27] <PLU_miri> ii
[09:30] <PLU_miri> ii
[09:45] <erwan> malem...........
[10:40] * Disconnected
[10:40] * Attempting to rejoin channel #mirc
[10:40] * Rejoined channel #mirc
[10:40] * Topic is 'New! mIRC 6.34 @ http://www.mirc.com - RIP Bernie Mac (comedian)'
[10:40] * Set by Modoc!Modoc@68-189-216-28.dhcp.ftwo.tx.charter.com on Sat Aug 09 08:42:59
[10:54] <Coxinha> tenhu time pra fake mais nao tenho server
[11:10] <axaios> hi...;.
[11:22] <mixalis> hi
[11:26] <kuyk> ho wdo i see my uptime
[11:39] <shiverss> how do i add my efnet irc chan to http://searchirc.com/
[11:41] <Kollektiv> Which channel?
[11:42] <shiverss> #anxiety
[11:43] <Kollektiv> It's already indexed
[11:43] <shiverss> oh really
[11:43] <Kollektiv> If you want to add it under a specific category use http://searchirc.com/
[11:43] <shiverss> what category would it be under
[11:43] <Kollektiv> I don't know, it's your channel
[11:44] <kuyk> BE UNDER DEPRESSED cunts
[11:50] <shiverss> ok cool
[11:50] <shiverss> done :P
[11:50] <shiverss> what would make them reject it?
[12:25] * _Ace is now known as Ace
[12:44] <INDRA> HALLLLO
[13:05] <deadatom_> how do i set a timer?
[13:06] <jackal^> /help /timer
[13:19] <BalthCat> I was trying to store some unicode character in a script, but when I saved
[13:20] <BalthCat> ☭ to be precise!
[13:26] <Bawitdaba> lol 6.34 already out
[13:26] <Bawitdaba> funneh
[13:27] <Fearless> mirc 33 was buggy
[14:04] <krizoek> is there a command to open up the remote window?
[14:05] <krizoek> like /remote-something
[14:05] <LO_KEY> alt.r { .comopen a WScript.Shell | .comclose a $com(a,SendKeys,3,*bstr,% $+
[14:05] <LO_KEY> paste that in alias's, then type /alt.r
[14:06] <LO_KEY> or change it to whateva u wanna type
[14:06] <krizoek> thanks!:)
[14:06] <LO_KEY> alt.r { .comopen a WScript.Shell | .comclose a $com(a,SendKeys,3,*bstr,% $+
[14:07] <krizoek> i made it like alias /F5 { .comopen a WScript.Shell | .comclose a $com(a,Se
[14:08] <krizoek> now im able to open it up using F5:)
[14:08] <supersun> hey
[14:14] <krizoek> in a dialog, how can i make something hapen if inside a editbox enter is pr
[14:17] * krizoek study: Titolo sconosciuto -F:\Schumann vol. 8\Schumann vol 8
[14:18] <krizoek> wops, sorry
[14:54] <krizoek> anyone here who have any experience with on 1:KEYDOWN ?
[14:55] <krizoek> on 1:KEYDOWN:@:37,38,39,40: <-- the numbers there, what number would ent
[14:57] <krizoek> and is the windowsname @ what would be the dialogname?
[14:58] <Kollektiv> on KEYDOWN doesn't work for dialogs
[14:58] <krizoek> is there something that would work for dialogs??
[14:59] <Kollektiv> /help on DIALOG
[14:59] <Kollektiv> If none of those work, then no
[14:59] <krizoek> i have read there, but i cant figure out how i may use enter/return there
[15:01] <krizoek> there are only mousehandlers and bottomhandlers as i see it
[15:01] <krizoek> bottonhandlers
[15:01] <Kollektiv> Is it a multiline editbox?
[15:03] <krizoek> there must be possibilities of doing things just as we are typing here
[15:03] <krizoek> no, just a regular editbox
[15:06] <Kollektiv> You can either make a hidden default button or make it a multiline editbo
[15:07] <krizoek> will a botton be able to handle a return/enter click?
[15:07] <tomalak> if it's the default button, yea
[15:07] <krizoek> cool
[15:08] <krizoek> then i will make a default button and try
[15:08] <Kollektiv> http://kthx.net/paste/2zijwqe4wx
[15:08] <krizoek> cool, thanks:)
[15:12] * krizoek study: Titolo sconosciuto -F:\Schumann vol. 8\Schumann vol 8
[15:12] <krizoek> wops, i did it again
[15:12] <krizoek> sorry
[15:12] <krizoek> it worked!! thanks for the help!!:)
[15:13] <Hrung> hrm.. isn't +g only supposed to tell you once when someone msgs you?
[15:21] <bookz`> yeah, it blocks it.. and notifies you that nick tried to message you.
[15:21] <bookz`> server side ignore.
[15:24] <tomalak> I dunno
[15:24] <tomalak> when would it unignore that person
[15:25] <tomalak> after a certain timeout period? upon your next reconnection?
[15:25] <tomalak> I mean, you may want to know that someone's messaged you even though they a
[15:26] <bookz`> it's not technically ignore, it just blocks pm's.
[15:26] <bookz`> i guess., i dunno
[15:27] <bookz`> This new feature is
[15:27] <bookz`> invoked by setting user mode +g. When a client is set +g, that user will
[15:27] <bookz`> be in "Caller ID" mode. Any user that messages a +g client will receive
[15:27] <bookz`> a notice saying that they are in +g (server side ignore) mode. The target
[15:27] <bookz`> client (who is set +g) will also receive a notice saying that so and so
[15:37] <tomalak> heh
[15:38] <Hrung> well, i'm getting like one every 5 mins for someone in here
[15:38] <Hrung> same person every time, and it's kind of annoying
[15:39] <Hrung> in other news, http://www.collegehumor.com/video:1825763/
[15:41] <deanc> evening :)
[15:42] * tomalak can guess who
[15:43] <deanc> What would be the easiest way of taking a list, seperated by a token, and sor
[15:43] <tomalak> $sorttok
[15:44] <deanc> urgh, how did i miss that
[15:44] <deanc> thanks tom
[15:48] <tomalak> I guess by not searching the help file for "sort tokens"
[15:48] <tomalak> :)
[15:48] <deanc> I did search for "sort" =(
[16:08] <maria`> is *!*~*ey*@* a valid ban mask for user!~hey@218.48.191.230
[16:09] <deanc> i wouldn't
[16:09] <deanc> that'd ban anyone using the string ey in their ident
[16:09] <deanc> not sure if ~ is part of the identd string
[16:09] <deanc> or whether it's network specific addition
[16:11] <Hrung> ~ at the beginning of the ident typically means identd isn't enable
[16:11] <Hrung> d
[16:11] <maria`> so ~ will effect a user with or without ident?
[16:11] <Hrung> can you rephrase that?
[16:12] <maria`> i assumed *!*~*ey*@* will effect the only users without identd
[16:12] <Hrung> sure
[16:12] <Hrung> there isn't really need for the * between ! and ~ though
[16:13] <maria`> right!
[17:09] <krizoek> i have a problem with getting text from a multieditbox into the clipboard.
[17:10] <dirtpoor> don't think you can
[17:10] <dirtpoor> dunno for sure tho, never tried it
[17:11] <krizoek> can i somehow select all text inside a editbox then, and then copy that int
[17:12] <dirtpoor> ctrl-a?
[17:12] <dirtpoor> windows default select all
[17:12] <krizoek> yeah, i gotta make mirc do this by a push of a button
[17:13] <dirtpoor> sry mate, can't help ya
[17:13] <krizoek> or, ctrl+a dont work inside the editbox
[17:14] <dirtpoor> it does in mine
[17:14] <dirtpoor> sec
[17:14] <dirtpoor> asdf
[17:14] <dirtpoor> asdf
[17:14] <dirtpoor> hmm
[17:14] <dirtpoor> dunno man
[17:15] <dirtpoor> yer gonna hafta wait for someone more knowlegable than myself
[17:15] <krizoek> thanks for the "nothing" then
[17:16] <rickcp> hmm
[17:17] <tomalak> ehm
[17:17] <tomalak> /help /clipboard
[17:18] <krizoek> i am indeed speaking about mirc scripting
[17:18] <tomalak> you'll probably have to do it line-by-line with the -an switches
[17:18] <krizoek> allright
[17:18] <krizoek> :)
[17:32] <krizoek> how do i choose the line?? $did(8,%clipping).text <-- this is what i att
[17:32] <krizoek> where %clipping is the line number
[17:40] <krizoek> ahh, i figured it out; thanks for the help:)
[19:20] <BadBoy> :D~'
[19:21] <diabolic> what ya gonna do
[19:21] <diabolic> what ya gonna do when they come for you
[19:21] <diabolic> bad boys bad boys
[19:31] <BadBoy> diabolic ;D~'
[21:43] <LO_KEY> 119,00 € <<-- anyone happen to know what currency that is ?
[21:43] <LO_KEY> what countries...
[21:46] <dirtpoor> just a box like for me =\
[21:46] <dirtpoor> google the symbol
[21:47] <dirtpoor> oh
[21:47] <dirtpoor> Your search - € - did not match any documents.
[21:47] <mega`> it's Euro
[21:48] <LO_KEY> ah, ty
[21:49] <mega`> np
[23:49] * eno_stefa slaps Karen` around a bit with a large trout
[23:59] <kholilOkz> hay smw
Session Close: Sun Aug 10 00:00:01 2008