AustNet AustNet Archive Project — IRC Logs
« All channels | Contribute a log »

// #scripters — 2007-07-24

1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
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
00:04:01 Nick: Bozza is now known as Bozza[A]
00:20:29 Quit: wobel-away ([email protected]) Exit: "Windows is the only solitaire game that requires 16 MB of RAM."
00:25:03 Join: wobelong ([email protected]) to #scripters
00:45:10 Join: l8_nite ([email protected]) to #scripters
02:08:57 Quit: wobelong ([email protected]) Exit: "<wobelong> missing sex ken? <Kennef> farrrrrk you. <wobelong> must be.... <wobelong> ya awfully desperate to want me....."
04:10:51 Join: twat ([email protected]) to #scripters
04:11:49 Quit: twig ([email protected]) Ping timeout for twig
04:27:14 Quit: twat ([email protected]) Exit: after 16m25s Naturally, when anger is involved, revenge is not very far behind. At least, in my world it's not.
05:01:09 <l8_nite> @ schnoodles....
05:01:57 <l8_nite> they have something running automatically every 60s it will continue to run even after they leave... i want it to stop running when they leave
06:05:54 Quit: l8_nite ([email protected]) Ping timeout for l8_nite
06:44:00 Join: l8_nite ([email protected]) to #scripters
06:44:47 Quit: Helamorious ([email protected]) Exit: <TheScream> Are you hawt Nyte ? <Nyte> TheScream made me <TheScream> whee, i finally found a female who i make hawt.<TheScream> unfortunatly, she's not real :'(
07:04:09 Quit: l8_nite ([email protected]) Ping timeout for l8_nite
08:13:24 Join: l8_nite ([email protected]) to #scripters
08:44:20 Quit: cypher ([email protected]) Exit: Austnet Chat Network
08:59:03 Quit: Timegrinder ([email protected]) Killed (NickOP (Kill requested by Murcalumis))
08:59:03 Quit: stefan ([email protected]) Killed (NickOP (Kill requested by stefan_))
08:59:14 Join: Timegrinder ([email protected]) to #Scripters
08:59:27 Join: stefan ([email protected]) to #scripters
08:59:27 Mode: (by ChanOP) +o stefan
08:59:45 Quit: lippax ([email protected]) Killed (NickOP (Kill requested by |lippa|))
09:00:34 Join: lippax ([email protected]) to #scripters
09:28:51 Join: Bozza ([email protected]) to #Scripters
09:28:54 Mode: (by ChanOP) +o Bozza
09:41:06 Quit: l8_nite ([email protected]) Ping timeout for l8_nite
10:01:29 Topic Is: http://www.scripters-austnet.org/ [Website down!] We help, not make! - Don't ask to ask, just ask! [NO: flooding|pasting|colours|messaging helpers|lameness|repeating|etc.] -- mIRC v6.21 released (23rd November, 2006)
10:01:29 Set By: (stefan) on: Fri Nov 24 10:14:18 2006
10:29:25 Join: Longie ([email protected]) to #scripters
10:29:26 Mode: (by ChanOP) +o Longie
10:48:24 Quit: Bozza[A] ([email protected]) Read error to Bozza[A]: Connection reset by peer
10:50:14 Join: Bozza[A] ([email protected]) to #Scripters
11:00:55 Join: Moustafa ([email protected]) to #scripters
11:01:41 Part: Moustafa ([email protected]) from #scripters
11:05:18 Join: twig ([email protected]) to #scripters
11:27:21 Nick: Longie is now known as Eignol
11:36:22 Join: wobelong ([email protected]) to #scripters
12:01:05 Join: Longie ([email protected]) to #scripters
12:01:08 Mode: (by ChanOP) +o Longie
12:10:39 Join: miss-lee ([email protected]) to #scripters
12:11:01 <miss-lee> i have this script, but this only deops ppl who type something in the channel to begin with ( on *:TEXT:*:#:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:11:20 <miss-lee> i need something that auto deops ppl regardless of whether they type anything in the main or not, does this exist?
12:13:34 <Eignol> make it on action and on join ?
12:13:37 <Eignol> and welcome back
12:13:40 <Eignol> i knew you werent over me
12:14:00 <miss-lee> LOL
12:14:06 <miss-lee> Longie!!!!
12:14:12 <miss-lee> and why thank you
12:14:23 <miss-lee> how do i make it on action & on join?
12:15:20 Join: Helamorious ([email protected]) to #scripters
12:18:33 Quit: Eignol ([email protected]) Exit: Austnet Chat Network
12:18:41 <miss-lee> :(
12:19:25 <Longie> on *:JOIN:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:19:36 <miss-lee> SNEAKY!
12:19:45 <miss-lee> i love you.
12:19:46 <Longie> on *:ACTION:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:19:48 <Longie> :>
12:19:57 <miss-lee> oh, so i need both of them?
12:20:05 <miss-lee> in the same script/file?
12:24:52 <Longie> yes ma'am!
12:25:15 <miss-lee> mwah
12:25:19 <miss-lee> well i put it in my remotes
12:25:28 <miss-lee> how many mins is 600?
12:28:45 <miss-lee> well one of my ops has been idle 1hr 8mins 6secs & it has not deopped them :S
12:29:18 <Timegrinder> 10
12:29:27 <Timegrinder> its in seconds
12:30:46 <Carson> and if the user hasn't done anything since the script was implemented, there is no timer to deop them
12:33:56 Nick: Longie is now known as Eignol
12:37:09 <miss-lee> yeah but that's the thing
12:37:24 <miss-lee> i need something that doesn't wait for the op to say something
12:37:38 <miss-lee> like if they /join #20&30's & just auto op on but don't type anything
12:37:44 <miss-lee> will it still deop them after 10 mins
12:37:50 <miss-lee> or do they have to type something?
12:40:30 <Eignol> if you have the on join thing it does it when they join
12:41:45 <Carson> it wont work for people that are already in there
12:42:12 <Carson> what you could do, is have something so when you join it starts a time for each op
12:43:07 <miss-lee> mm
12:43:49 <miss-lee> scenario: so if i were to kick the op that has been idle for so long & they have auto rejoin on, it would then deop them after 10 minutes of coming back in?
12:43:58 <Carson> *nod*
12:44:57 <miss-lee> ic
12:44:59 <miss-lee> mm!
12:45:48 <miss-lee> well i guess all i can do is wait for another op to join & idle for more than 10 mins :S
12:45:50 <miss-lee> doh
12:47:25 <miss-lee> ok got someone hehe
12:47:38 <miss-lee> so at 1pm it should deop them!
12:47:44 * Bozza plays guinea pig
12:47:48 <miss-lee> lol!!!!!!!!!!
12:48:02 <miss-lee> but u have to idle :p so stop typing to everyone
12:48:04 <miss-lee> hahahaha
12:48:30 <Bozza> I only need to idle in the channel
12:48:39 <Bozza> it doesnt look at my actual idle time
12:50:25 <miss-lee> oic
12:50:27 <miss-lee> oki
12:51:22 <Eignol> i think the on text thing is for all chans :P
12:51:30 <Eignol> [12:13.11] [!] (miss-lee) i have this script, but this only deops ppl who type something in the channel to begin with ( on *:TEXT:*:#:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:51:39 <miss-lee> oic!
12:51:51 <Eignol> on *:TEXT:*:#:.time <-- on *:TEXT:*:#20&30's:.time
12:52:22 <miss-lee> so i need 2 have that aswell?
12:52:28 <miss-lee> wtf i am confused now
12:52:33 <miss-lee> what am i meant to have in my remotes :S
12:52:53 <Eignol> ok, paste what you haev and i'll tell you
12:53:03 <miss-lee> on *:JOIN:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:53:03 <miss-lee> on *:ACTION:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:53:05 <miss-lee> is all
12:55:48 <Eignol> what about hte on text part?
12:55:52 <Eignol> yu got rid of that?
12:57:56 <miss-lee> yes lol
12:58:03 <miss-lee> * Bozza ([email protected]) has left #20&30's
12:58:03 <miss-lee> * Bozza ([email protected]) has joined #20&30's
12:58:03 <miss-lee> * ChanOP sets mode: +o Bozza
12:58:03 <miss-lee> * ChanOP sets mode: -o Bozza
12:58:05 <miss-lee> :D:D:D:D:D:D:D
12:58:07 <miss-lee> it worked?!
12:58:20 <Bozza> That part did yes
12:58:24 <miss-lee> o
12:58:28 <miss-lee> what other part should there be?
12:58:29 <miss-lee> lol
12:59:11 <miss-lee> so lets say Bozza ops himself again now
12:59:14 <Eignol> on *:TEXT:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:59:17 <Eignol> hm
12:59:19 <miss-lee> will it deop him in another 10 mins if he goes idle again
12:59:21 <miss-lee> ok
12:59:32 <BlackDevil> you dont need [[ ]]
12:59:36 <miss-lee> on *:JOIN:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:59:37 <miss-lee> on *:ACTION:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:59:37 <miss-lee> on *:TEXT:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
12:59:40 <BlackDevil> timer. $+ $nick
12:59:41 <Eignol> force of habit :P
12:59:41 <BlackDevil> works
12:59:44 <BlackDevil> yea
12:59:47 <miss-lee> eh
12:59:48 <BlackDevil> i do it only on vars
12:59:48 <Eignol> hehe
12:59:53 * Eignol nods
13:00:03 <BlackDevil> vars are stilll stupid
13:00:29 <miss-lee> so what is it meant to be :S
13:00:38 <BlackDevil> ?
13:00:44 <miss-lee> those 3?
13:01:11 <BlackDevil> looks fine for me
13:01:54 <BlackDevil> if you remove the . in front of timer
13:01:58 <BlackDevil> you can see if its working
13:02:54 <miss-lee> oh ok
13:03:16 <miss-lee> k removed all the . 's before 'timer'
13:03:21 <miss-lee> so now what
13:03:26 <BlackDevil> wait till someone talks
13:03:34 <BlackDevil> and check the status window
13:04:05 <miss-lee> * Timer .bozza activated
13:04:05 <miss-lee> -
13:04:07 <miss-lee> mm!
13:04:17 <miss-lee> * Timer .carson activated
13:04:17 <miss-lee> -
13:04:29 <BlackDevil> df
13:04:39 <miss-lee> df?
13:05:19 <Bozza> put the . back or you'll see that whenever someone joins/speaks
13:05:27 <miss-lee> oic
13:05:34 <BlackDevil> oh
13:05:37 <miss-lee> done
13:05:41 <BlackDevil> .timer $nick
13:05:42 <BlackDevil> :P
13:05:45 <BlackDevil> i think
13:05:46 <BlackDevil> no
13:05:49 <BlackDevil> i dont know
13:05:54 <BlackDevil> stoned
13:05:59 <miss-lee> wtf
13:06:07 <BlackDevil> nothing its fine
13:06:28 <Bozza> The timer started, the odds of it not working are slim
13:06:37 <miss-lee> ic
13:06:51 <BlackDevil> but shows that its working
13:07:02 <miss-lee> o yes
13:07:04 <miss-lee> v good
13:09:56 Join: Longie ([email protected]) to #scripters
13:09:59 Mode: (by ChanOP) +o Longie
13:10:16 Quit: Eignol ([email protected]) Exit: Austnet Chat Network
13:10:21 <miss-lee> is there something
13:10:24 <miss-lee> wb btw
13:10:32 <miss-lee> that shows u when someone whoises u
13:10:34 <miss-lee> or is that just for asd
13:10:36 <miss-lee> hehe
13:10:47 <Bozza> only for the big wigs
13:10:54 <miss-lee> aw drats
13:13:36 <miss-lee> mm lunch
13:14:06 <miss-lee> * Timer .bozza halted
13:17:04 <miss-lee> 3
13:18:21 <miss-lee> bbs lunch!
13:23:49 Join: force ([email protected]) to #scripters
13:23:55 <force> hi
13:38:00 <miss-lee> hi!
13:41:31 <miss-lee> danke shoen mwah mwah
13:41:33 Part: miss-lee ([email protected]) from #scripters
13:42:27 <Longie> hey jack :>
13:45:24 <force> :)
13:46:18 Quit: Bozza ([email protected]) Exit: brb, switching over to laptop
14:01:51 Join: twig ([email protected]) to #scripters
14:04:21 Join: Bozza ([email protected]) to #Scripters
14:04:22 Mode: (by ChanOP) +o Bozza
14:04:22 Quit: Helamorious ([email protected]) Read error to Helamorious: Connection reset by peer
14:05:31 Join: Helamorious ([email protected]) to #scripters
14:11:42 Quit: force ([email protected]) Exit: Leaving
14:28:07 Quit: Bozza ([email protected]) Ping timeout for Bozza
14:28:19 Join: Eignol ([email protected]) to #scripters
14:28:38 Quit: Eignol ([email protected]) Read error to Eignol: EOF from client
14:40:12 Join: Bozza ([email protected]) to #Scripters
14:40:14 Mode: (by ChanOP) +o Bozza
14:59:34 Quit: Bozza ([email protected]) Exit: BRB, Reboot
15:05:00 Nick: twig is now known as twig|uni
15:33:32 Join: Genesis ([email protected]) to #scripters
15:36:08 Join: miss-lee ([email protected]) to #scripters
15:36:15 <miss-lee> I can't stay away ;)
15:39:11 <miss-lee> Right kids!
15:39:16 <miss-lee> Next project.
15:39:23 <miss-lee> How do i block unregistered nicks from pm'ing me?
15:40:33 <BlackDevil> register your nick
15:40:48 <miss-lee> It is.
15:41:06 <BlackDevil> make a script using nickop and on notice and on 1 open
15:41:21 <miss-lee> Well that would help if i knew how to :P
15:41:40 * miss-lee is clueless with scripting!
15:41:48 <miss-lee> That's why i come to you for your expertise ;)
15:42:17 <BlackDevil> i provided the start
15:42:23 <BlackDevil> oh they end with }
15:42:26 <BlackDevil> :P\
15:42:33 <Genesis> lol
15:42:38 <BlackDevil> now fill in the blank
15:42:40 * miss-lee bursts into tears!
15:42:52 <Genesis> is miss-lee hot?
15:42:52 * miss-lee goes for the tissue box
15:43:03 <BlackDevil> no clue
15:43:04 <miss-lee> i am a bit of alright!
15:43:05 <BlackDevil> no pictures
15:43:18 <Genesis> miss-lee: send me pic
15:43:46 <BlackDevil> then we can cyber!
15:44:19 <miss-lee> Genesis, after you my dear!
15:44:23 <miss-lee> cyber is out of the qu.
15:44:33 <BlackDevil> on 1:open:?:if (op !isin $nick) { set -u30 %privmsg. [ $+ [ $nick ] ] $1- | set -u30 %privmsg1. [ $+ [ $nick ] ] $nick | msg nickop info $nick | closemsg $nick | echo -a %privmsg1. [ $+ [ $nick ] ] }
15:44:33 <BlackDevil> on 1:notice:*:?:if ($nick == NickOP) { if ($1- != %privmsg1. [ $+ [ $nick ] ] is not a registered nickname) { echo : %privmsg1. [ $+ [ $nick ] ] | /query %privmsg1. [ $+ [ $nick ] ] | echo -t %privmsg1. [ $+ [ $nick ] ] < $+ %privmsg1. [ $+ [ $nick ] ] $+ > %privmsg. [ $+ [ $nick ] ] } return }
15:44:37 <BlackDevil> that might work
15:44:38 <BlackDevil> not sure
15:44:45 <miss-lee> woah!
15:44:52 <miss-lee> you're so smart
15:45:00 <BlackDevil> i made it for someone else
15:45:03 <BlackDevil> never tested it
15:45:04 <miss-lee> can i put them in the same remote script? :D
15:45:04 <BlackDevil> :P
15:45:09 <miss-lee> o hehe
15:45:18 <miss-lee> okies let me see!
15:45:20 <Genesis> lol jon
15:45:24 <BlackDevil> dont know you got any on opens and on notices in the same file
15:46:05 <miss-lee> k someone with an unreg nick pm me!
15:46:39 * BlackDevil googles unreg nicks
15:46:41 <BlackDevil> 0 found
15:46:43 <Genesis> lol
15:47:05 <miss-lee> so geekish!
15:55:14 <Longie> haha holy jesus
15:55:22 <miss-lee> what is wrong!
15:55:32 <Longie> that script is a tad confusing :P
15:55:36 <Genesis> no shit
15:55:37 <miss-lee> why so?
15:55:42 <miss-lee> it wont work?
15:55:48 <Longie> try it and find out
15:55:59 <miss-lee> i am waiting for some unreg bastard to pm me
15:56:02 <miss-lee> i might j sex
15:56:03 <miss-lee> mwahaha
16:00:16 <Longie> on !*:OPEN:?:set %whocheck [ $+ [ $nick ] ] 1 | who $nick
16:00:17 <Longie> raw 352:*:{ echo 4 -a $1- | if (%whocheck [ $+ [ $6 ] ]) { if (R !isincs $7) { close -m $6 } | unset %whocheck [ $+ [ $6 ] ] } }
16:00:20 <Longie> i'd just use that personally
16:00:24 <Longie> poops
16:00:27 <Longie> oops*
16:00:42 <Longie> on !*:OPEN:?:set %whocheck [ $+ [ $nick ] ] 1 | who $nick
16:00:42 <Longie> raw 352:*:{ if (%whocheck [ $+ [ $6 ] ]) { if (R !isincs $7) { close -m $6 } | unset %whocheck [ $+ [ $6 ] ] } }
16:00:52 <Longie> i dont use set -u because of server lag when doing /who
16:00:53 <Longie> :>
16:01:00 <miss-lee> ic
16:01:04 <miss-lee> well i will try yours too ;)
16:01:31 <Genesis> dan have they changed the hex now
16:02:12 <miss-lee> eh
16:05:58 <miss-lee> * /query: insufficient parameters
16:05:58 <miss-lee> -
16:05:58 <miss-lee> -> *nickop* info club
16:05:58 <miss-lee> club
16:05:59 <miss-lee> -
16:06:01 <miss-lee> -NickOP- club is not a registered nickname
16:06:09 <miss-lee> yours isnt working BlackDevil!
16:06:26 <BlackDevil> i figured, never tested it
16:06:30 <miss-lee> LOL
16:06:39 <BlackDevil> i dont need it
16:06:46 <Genesis> lol
16:06:48 <miss-lee> i will try
16:06:49 <miss-lee> on !*:OPEN:?:set %whocheck [ $+ [ $nick ] ] 1 | who $nick
16:06:49 <miss-lee> raw 352:*:{ if (%whocheck [ $+ [ $6 ] ]) { if (R !isincs $7) { close -m $6 } | unset %whocheck [ $+ [ $6 ] ] } }
16:06:50 <miss-lee> now
16:06:52 <Genesis> Longies will work
16:06:59 <BlackDevil> yea
16:07:04 <BlackDevil> most likly
16:07:04 <miss-lee> WOOHOO
16:07:11 <miss-lee> yours worked Longie
16:07:14 <BlackDevil> teens has pedos
16:07:16 <miss-lee> lol
16:07:21 <miss-lee> lol
16:07:34 <miss-lee> i just got flooded with pms after joining for 10 seconds
16:07:39 <miss-lee> thank god they all dissapeared :D
16:07:40 <Genesis> lol
16:07:43 <miss-lee> mwahaha
16:07:47 <miss-lee> you kids are so clever!
16:08:10 * miss-lee denys paul!
16:08:53 <Genesis> sif deny me
16:09:01 <miss-lee> aww there there
16:09:05 * miss-lee grabs a tissue box
16:09:11 <miss-lee> he he he
16:09:25 <Genesis> we need tissues after we are done not before
16:09:37 <miss-lee> !!!!!!!!!!!!!!!!!!!
16:09:42 <miss-lee> ur so rude
16:09:50 <miss-lee> omg i just got a comment : HI,how are you? I read your profile.I have all of them only one .I am not rich.
16:09:52 <miss-lee> ha pass!
16:09:53 <Genesis> no im just clever
16:09:54 <miss-lee> jks
16:09:59 <miss-lee> o pfft
16:10:51 Join: Bozza ([email protected]) to #Scripters
16:10:53 Mode: (by ChanOP) +o Bozza
16:11:20 <miss-lee> wb x 3
16:12:04 <miss-lee> ta
16:12:07 <miss-lee> lol
16:16:15 <Longie> no wuckers
16:16:23 <miss-lee> u da bomb
16:16:26 <miss-lee> u da bomb
16:20:46 Quit: Genesis ([email protected]) Exit: Bye!
16:22:20 Join: Genesis ([email protected]) to #scripters
16:23:33 <miss-lee> who
16:23:37 <miss-lee> is
16:23:37 <miss-lee> daniel
16:23:57 <Carson> daniel = Longie
16:24:31 <miss-lee> ohhhhhhhhhh
16:24:40 <miss-lee> Genesis handed my pics out
16:24:42 <miss-lee> what a bastard!
16:24:55 <Genesis> sif i did
16:25:01 <miss-lee> sif you didn't
16:25:06 <Genesis> u want me to :p
16:25:10 <miss-lee> no!
16:25:18 <miss-lee> you gave Longie the link!
16:25:21 <miss-lee> you're so slack!
16:25:39 <Carson> what link? :/
16:25:44 <miss-lee> no link!
16:25:48 <miss-lee> lol relax sif i care
16:25:49 <miss-lee> :P
16:25:54 <Carson> then link me up
16:26:01 <miss-lee> cbf
16:26:03 <Longie> carson :>
16:26:08 <miss-lee> www.myspace.com/2030s
16:26:09 <miss-lee> there u go
16:26:10 <Carson> lies!
16:26:11 <miss-lee> mwaha
16:26:18 <miss-lee> true
16:26:28 <miss-lee> sorry daniel but i can't add you
16:26:31 <Genesis> lol
16:26:31 <miss-lee> i have to deny you!
16:26:31 <miss-lee> :P
16:26:39 <Genesis> actually i did give Longie the link
16:26:49 <miss-lee> nottingham, East
16:26:49 <miss-lee> United Kingdom
16:26:49 <miss-lee> wtf?
16:27:01 <Carson> awesome!
16:27:24 <miss-lee> perhaps it is another daniel
16:27:24 <miss-lee> and perhaps Genesis got convicted for a crime he did not commit!
16:27:28 <miss-lee> lol
16:27:32 <miss-lee> wtf
16:27:37 <miss-lee> well that was ironic
16:27:40 <miss-lee> lol
16:27:44 <Genesis> lol
16:27:56 <Genesis> there is too many daniels in this channel from what i remeber
16:27:59 * miss-lee throws the tissue box at Genesis
16:28:26 <Carson> he's gonna need it with those pics
16:28:32 <Genesis> rofl
16:31:14 <miss-lee> my pics are hot!
16:31:21 <miss-lee> what are you talking about?
16:31:22 <miss-lee> :)
16:31:29 <miss-lee> #melbourne Genesis G~v [email protected] :0 Paul McGuane
16:31:30 <miss-lee> Genesis End of /WHO list.
16:31:31 <miss-lee> it barred you
16:31:35 <miss-lee> because your nick is unreg
16:31:58 <Genesis> im registered but
16:32:00 <Carson> thats what i was implying
16:32:07 <Carson> he's going to need the tissues to clean up once he's done
16:32:14 <miss-lee> OMG
16:32:19 <miss-lee> OMGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
16:32:45 <miss-lee> i don't know what to say?!
16:32:47 <miss-lee> :S
16:32:55 <Carson> take it as a compliment
16:32:58 <miss-lee> lol ok
16:33:01 <miss-lee> thanks!?
16:33:01 <miss-lee> :P
16:33:05 <Carson> no problems
16:33:09 <miss-lee> i can't read your pms Genesis
16:33:14 <Genesis> well thats gay
16:33:16 <Carson> and i just clocked off of work, so... see you all tomorrow
16:33:17 <Genesis> cos its registered
16:33:20 <Genesis> and im id'd
16:33:22 <miss-lee> on !*:OPEN:?:set %whocheck [ $+ [ $nick ] ] 1 | who $nick
16:33:23 <miss-lee> raw 352:*:{ if (%whocheck [ $+ [ $6 ] ]) { if (R !isincs $7) { close -m $6 } | unset %whocheck [ $+ [ $6 ] ] } }
16:33:25 <miss-lee> does not work!
16:33:28 <miss-lee> properly.
16:33:35 <miss-lee> bye Carson!
16:35:14 <miss-lee> omg how embaressment .. the boy next door just came over cos his dogs love me so much they escape & always come to my place & i have no make up on!
16:35:18 * miss-lee turns bright red
16:35:42 <BlackDevil> i think he wants your pants
16:35:58 <BlackDevil> or whats in it
16:36:02 <miss-lee> shame im on my rags
16:36:06 <miss-lee> lol jks
16:37:28 <Bozza> Little more info then required :P
16:37:38 <miss-lee> hahahahahahahaha
16:37:46 <miss-lee> c'mon now danny you're married sif it bothers you you're used to it
16:37:54 <miss-lee> unlike all these single geeks
16:37:55 <miss-lee> :P~
16:38:12 <Bozza> True, but im not married to you though :P
16:38:22 <miss-lee> blood is blood, it's all the same!
16:38:23 <miss-lee> lol
16:38:37 <miss-lee> don't get technical :P
16:39:02 <Genesis> lol
16:39:09 <Genesis> who is single here miss-lee
16:40:02 <miss-lee> i don't know you tell me
16:40:02 <miss-lee> :D
16:40:11 <Genesis> u
16:40:11 <miss-lee> me excluded
16:40:14 <miss-lee> :P
16:40:38 <miss-lee> but i chose to be!
16:40:39 <Genesis> not me
16:40:44 <miss-lee> so so so so there!
16:40:44 <Genesis> i be engaged
16:40:49 <miss-lee> omgggggggggggggggg
16:40:58 <miss-lee> congrats :)
16:41:11 <miss-lee> HEY!
16:41:15 <miss-lee> BACK TO MY UNREG NICK SCRIPT
16:41:17 * miss-lee cries
16:41:24 <miss-lee> you ripped me off Longie!
16:41:28 <miss-lee> your script doesn't work properly
16:41:29 * miss-lee sobs
16:49:49 Quit: Helamorious ([email protected]) net.split net.split
16:49:49 Quit: Longie ([email protected]) net.split net.split
16:50:18 <miss-lee> gasp!
16:50:24 <miss-lee> i am never going to get this script
16:50:29 <miss-lee> i have been asking for weeks
16:50:35 * miss-lee falls to the ground in devisation
17:11:13 <miss-lee> wb Daniel
17:11:16 <miss-lee> so where were we?
17:11:19 <miss-lee> oh that's right!
17:11:28 <miss-lee> on !*:OPEN:?:set %whocheck [ $+ [ $nick ] ] 1 | who $nick
17:11:31 <miss-lee> raw 352:*:{ if (%whocheck [ $+ [ $6 ] ]) { if (R !isincs $7) { close -m $6 } | unset %whocheck [ $+ [ $6 ] ] } }
17:11:33 <miss-lee> <miss-lee> does not work!
17:11:33 <miss-lee> <miss-lee> properly.
17:11:37 * miss-lee cries on Longies shoulder
18:20:13 Quit: Carson ([email protected]) net.split net.split
18:20:13 Join: BlackDevil ([email protected]) to #scripters
18:30:09 Join: Carson ([email protected]) to #scripters
18:30:12 Join: ChanOP ([email protected]) to #scripters
18:30:32 Join: ImmutableDark ([email protected]) to #scripters
18:30:43 Join: Timegrinder ([email protected]) to #scripters
18:30:43 Join: stefan ([email protected]) to #scripters
18:30:43 Join: miss-lee ([email protected]) to #scripters
18:30:43 Join: Bozza[A] ([email protected]) to #scripters
18:30:56 Join: twig|uni ([email protected]) to #scripters
18:33:42 Join: Jonathon ([email protected]) to #scripters
18:34:57 Quit: ChanOP ([email protected]) net.split net.split
18:34:57 Quit: twig|uni ([email protected]) net.split net.split
18:34:57 Quit: Bozza[A] ([email protected]) net.split net.split
18:34:57 Quit: miss-lee ([email protected]) net.split net.split
18:34:57 Quit: stefan ([email protected]) net.split net.split
18:34:57 Quit: Timegrinder ([email protected]) net.split net.split
18:34:57 Quit: ImmutableDark ([email protected]) net.split net.split
18:34:57 Quit: Carson ([email protected]) net.split net.split
18:37:06 Quit: BlackDevil ([email protected]) Read error to BlackDevil: Connection reset by peer
18:37:08 Nick: Jonathon is now known as BlackDevil
18:37:13 Join: Carson ([email protected]) to #scripters
18:37:15 Join: ChanOP ([email protected]) to #scripters
18:37:48 Join: ImmutableDark ([email protected]) to #scripters
18:37:53 Join: Genesis ([email protected]) to #scripters
18:38:03 Join: Timegrinder ([email protected]) to #scripters
18:38:03 Join: stefan ([email protected]) to #scripters
18:38:03 Join: miss-lee ([email protected]) to #scripters
18:38:03 Join: Bozza[A] ([email protected]) to #scripters
18:38:03 Join: twig|uni ([email protected]) to #scripters
18:38:19 Join: Longie ([email protected]) to #scripters
18:38:27 Join: schnoodle ([email protected]) to #scripters
18:39:06 Join: lippax ([email protected]) to #scripters
18:39:36 Join: Helamorious ([email protected]) to #scripters
18:39:40 Join: Bozza ([email protected]) to #scripters
18:39:41 Join: wobelong ([email protected]) to #scripters
18:44:02 Mode: (by austnet.org) +ntlooooo 32 Bozza Longie stefan ChanOP Carson
18:44:02 Mode: (by austnet.org) +bbb *!*@vw20616.iinet.net.au *!*@66.46.188.24753 *!*@vw6573.dsl.bell.ca
18:44:47 <miss-lee> wb
19:02:09 Quit: Bozza ([email protected]) Exit: Gone, BBL
19:46:39 Nick: Bozza[A] is now known as Bozza
20:07:56 Join: Genesis_ ([email protected]) to #scripters
20:08:27 Nick: Genesis_ is now known as pawl[iMac]
20:09:30 Part: miss-lee ([email protected]) from #scripters
20:11:31 Quit: Genesis ([email protected]) Ping timeout for Genesis
20:37:44 Join: pawl[iMac]_ ([email protected]) to #scripters
20:41:07 Quit: pawl[iMac] ([email protected]) Ping timeout for pawl[iMac]
20:43:10 Nick: schnoodle is now known as schnoodles
22:25:51 Quit: pawl[iMac]_ ([email protected]) Exit: Leaving...
23:15:25 Nick: twig|uni is now known as twig
23:37:24 Nick: Bozza is now known as Bozza[A]