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

// #scripters — 2008-08-05

1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
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:09:36 Join: tomas ([email protected]) to #scripters
00:20:22 <tomas> hi anyone around?
00:26:38 <tomas> Just need help with something, im trying to work out how to do "on input" stuff if anyone can help?
00:40:24 <tomas> everyone �
00:44:05 <tomas> good night everyone
00:49:05 Quit: tomas ([email protected]) Quit: This job would be good if it wasnt for the fucking customers.
02:04:10 Quit: pawl ([email protected]) Ping timeout: 151 seconds
06:03:54 Quit: ChanOP ([email protected]) *.net *.split
06:04:57 Join: ChanOP ([email protected]) to #scripters
06:04:57 Mode: (by hooked.il.us.austnet.org) +o ChanOP
06:05:12 Mode: (by ChanOP) -o Longie
06:06:52 Nick: Bozza is now known as Bozza1
06:22:24 Quit: ChanOP ([email protected]) *.net *.split
06:24:59 Join: ChanOP ([email protected]) to #scripters
06:24:59 Mode: (by hooked.il.us.austnet.org) +o ChanOP
08:44:29 Nick: Bozza1 is now known as Bozza
08:57:48 Join: pawl ([email protected]) to #scripters
09:02:09 Quit: pawl ([email protected]) Ping timeout: 121 seconds
15:14:27 Join: rabbit- ([email protected]) to #scripters
15:14:38 Join: tomas ([email protected]) to #scripters
15:15:06 <tomas> Hi is anyone around?
15:16:48 <Carson> perhaps.
15:17:08 <tomas> Lol, just need a bit of help with something
15:17:57 <tomas> I cant remember how to do on input things.. like .. on 1:INPUT:#: {
15:18:20 <tomas> Just trying to make it so wen i type +o it msgs chanop to op me and also msgs the channel that i typed +o
15:18:57 <Carson> on 1:input:#:if ($1- == +o) { chanop op # }
15:19:00 <Carson> that should cover it...
15:19:14 <tomas> thanks man
15:19:14 <tomas> :)
15:19:19 <Carson> unless things have changed in the last few years while i haven't been using mirc
15:19:23 <tomas> yeah
15:19:35 <tomas> ive only recently come on 3 weeks ago hadnt been on in years
15:19:56 <Carson> you could do it the easy way and make it /o
15:20:12 <Carson> and just have an alias that does the chanop command, and if you wish also messages the channel
15:21:46 <tomas> yeah
15:21:58 <tomas> Nah just wanted to look dif from others by it showing me do +o
15:23:40 <tomas> Just another question, say if wen i type "lol" i want it to come up with say... LoL .. how would i go about that?
15:24:29 <tomas> on 1:input:#:if ($1- == lol) { msg $chan LoL }
15:24:33 <tomas> i have that but doesnt work
15:29:14 <Carson> it should... as long as you're only typing lol only
15:31:00 <tomas> lol
15:36:52 <tomas> k got it to work but it does this
15:36:53 <tomas> LoL
15:36:53 <tomas> lol
15:37:06 <Carson> yup, you haven't told it not to
15:37:20 <Carson> you'll want to make it on ^1:input:#:if ($1- == lol) { msg $chan LoL | halt }
15:37:30 <tomas> ahhh
15:37:32 <tomas> how do i do that lol
15:37:42 <tomas> k
15:38:10 <tomas> lol
15:39:57 <tomas> LoL
15:39:59 <tomas> k got it now
15:40:05 <tomas> thanks
15:40:34 <tomas> Just ONE more question i have all these other " on inputs" on the same script, only the top one works though, whats up with that?
15:40:46 <tomas> I have them on seperate lines
15:40:47 <Carson> you've just halted all others from occurring
15:40:55 <Carson> you'll need to design them so its all in one
15:41:00 <Carson> on 1:input:#:{
15:41:00 <tomas> ah okay
15:41:05 <Carson> if ($1- == lol) { msg $chan LoL }
15:41:12 <Carson> if ($1- == zomg) { msg $chan ZOMG }
15:41:13 <Carson> }
15:41:14 <Carson> etc
15:41:19 <tomas> oh yep!! now im remembering
15:41:36 <tomas> Thanks, i used to work off my old scripts but i deleted them so im learning all over again
15:43:10 <tomas> culd i paste wat i have? still only LoL working
15:51:53 <ash_> lol = laughs out loud
15:57:46 <rabbit-> you need spaces
15:57:54 <rabbit-> right?
16:45:06 Quit: tomas ([email protected]) Ping timeout: 121 seconds
16:46:39 Join: tomas ([email protected]) to #scripters
16:54:13 * tomas i am now back from "Not here" , was gone for 135wks 5days 20hrs 46mins 20secs FLIGHT ENGAGED ANIMAL SEX IRC
16:54:30 Part: tomas ([email protected]) from #scripters
17:07:48 Join: antho ([email protected]) to #scripters
17:08:41 Part: antho ([email protected]) from #scripters
17:30:38 <rabbit-> http://carsales.com.au/used-cars/private/MITSUBISHI/LANCER/details.aspx?Cr=19&State=Victoria&R=5973848&state_id=82&PriceMin=2500&__N=4294964597%2082%20243%20461%20408%20752%204294966896%20834%20285%20257&silo=1003&distance=50&__Ns=pCar_PrivateSpecialFlag_Int32%7C1%7C%7CpCar_ImageCount_Int32%7C1%7C%7CpCar_LastModifiedDate_DateTime%7C1&trecs=114&__Nne=20&seot=0&PriceMax=10000&__sid=11ABCA091987&__
17:30:40 <rabbit-> what hink
17:30:43 <rabbit-> what think?
17:45:33 Join: tomas ([email protected]) to #scripters
18:02:45 Part: tomas ([email protected]) from #scripters
18:07:18 Part: Carson ([email protected]) from #scripters
18:07:19 Join: Carson ([email protected]) to #scripters
18:07:19 Mode: (by ChanOP) +o Carson
20:37:10 Join: wobelong ([email protected]) to #scripters
22:23:51 Quit: wobelong ([email protected]) Quit: "<LoC> yeah there's a war on ... <LoC> someone at the bakery told me <EpOcH> is there ? <MANiAK> thats that new tv show isnt it? <MANiAK> its not bad, not enough breasts in it <LoC> true"
22:43:19 Quit: rabbit- ([email protected]) EOF from client