// #scripters — 2008-02-08
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
00:42:43 Quit: twig ([email protected]) Ping timeout for twig
03:42:16 Quit: stefan ([email protected]) Ping timeout for stefan
03:43:16 Join: stefan ([email protected]) to #scripters
03:43:17 Mode: (by ChanOp) +o stefan
04:03:55 Quit: wobelong ([email protected]) Exit: Austnet Chat Network
04:04:38 Join: amy` ([email protected]) to #scripters
04:47:15 Quit: amy` ([email protected]) Ping timeout for amy`
07:32:55 Join: twig ([email protected]) to #scripters
09:38:38 Quit: BlackDevil ([email protected]) Read error to BlackDevil: Connection reset by peer
09:40:12 Join: BlackDevil ([email protected]) to #scripters
09:54:37 Quit: BlackDevil ([email protected]) Read error to BlackDevil: Connection reset by peer
09:55:12 Quit: Longie ([email protected]) net.split net.split
09:55:35 Join: Longie ([email protected]) to #scripters
09:55:35 Mode: (by austnet.org) +o Longie
09:55:54 Join: BlackDevil ([email protected]) to #scripters
09:56:12 Quit: ChanOp ([email protected]) net.split net.split
09:56:12 Quit: twig ([email protected]) net.split net.split
09:56:12 Quit: stefan ([email protected]) net.split net.split
09:56:12 Quit: Timegrinder ([email protected]) net.split net.split
09:56:13 Quit: Bozza ([email protected]) net.split net.split
09:56:13 Quit: Carson ([email protected]) net.split net.split
10:06:14 Join: ChanOp ([email protected]) to #scripters
10:06:14 Join: Carson ([email protected]) to #scripters
10:06:15 Join: Bozza ([email protected]) to #scripters
10:06:15 Join: Timegrinder ([email protected]) to #scripters
10:06:17 Join: stefan ([email protected]) to #scripters
10:06:17 Join: twig ([email protected]) to #scripters
10:06:22 Mode: (by austnet.org) +ooo stefan Bozza ChanOp
10:06:27 Mode: (by ChanOp) +o Longie
11:48:35 Quit: Carson ([email protected]) Ping timeout for Carson
11:55:23 Join: Carson ([email protected]) to #Scripters
13:39:15 Join: wobelong ([email protected]) to #scripters
15:37:23 Quit: Timegrinder ([email protected]) Killed (NickOp (Kill requested by Murcalumis))
15:37:27 Join: Murcalumis ([email protected]) to #Scripters
15:48:31 Join: Timegrinder ([email protected]) to #Scripters
15:50:33 Quit: Murcalumis ([email protected]) Ping timeout for Murcalumis
18:12:04 Join: rabbit ([email protected]) to #scripters
18:12:15 <rabbit> got a problem
18:13:32 <rabbit> i use to use this all the time but now it doesnt work, set %mmm %mmm $bleh.whatever
18:15:53 <BlackDevil> is $bleh an alias of yours?
18:17:54 <rabbit> lol na its a $gettok
18:18:19 <rabbit> its weird, it doesnt set a $gettok(%var,%a) from a while
18:18:48 <BlackDevil> you missing a part at the end
18:18:56 <BlackDevil> /help $gettok
18:19:08 <rabbit> sorry
18:19:19 <rabbit> set %mmm $gettok(%users,%a,32)
18:19:23 <rabbit> thats what i have
18:19:36 <rabbit> it sets %mmm with nothing
18:19:39 <BlackDevil> %a is a loop
18:19:42 <rabbit> ye
18:19:46 <BlackDevil> and %users is ??
18:19:56 <rabbit> name name2 name3
18:20:10 <rabbit> while ($gettok(%users,%a,32)) {
18:20:18 <BlackDevil> you get gettok erros in status?
18:20:22 <rabbit> but wont set %mmm to the value
18:20:26 <rabbit> nope
18:20:37 <BlackDevil> *shrugs*
18:20:38 <rabbit> just sets %mmm in the var page to nothing
18:21:14 <BlackDevil> it could be the loop not increasing or decreasing
18:21:18 <BlackDevil> by 1
18:21:22 <rabbit> inc %a
18:21:30 <rabbit> echo -s test | set %mmm $gettok(%users,%a,32)
18:21:36 <rabbit> that echos test in status
18:21:43 <rabbit> and sets %mmm to nothing
18:21:52 <BlackDevil> make it echo %mmm and $gettok(%users,%a,32)
18:21:59 <rabbit> ok 1sec
18:22:02 <BlackDevil> like echo -s text %mmm : $gettok(%users,%a,32)
18:23:01 <rabbit> echo -s mmm: %mmm users: $gettok(%users,%a,32)
18:23:05 <rabbit> mmm: users:
18:23:28 <BlackDevil> then add %users and %a to it
18:23:30 <rabbit> lol, *headspin*
18:23:39 <BlackDevil> its troubleshooting
18:24:06 <rabbit> i dont get it, its using $gettok in the while, shouldnt the while loop not even try......
18:24:29 <BlackDevil> i dont use whiles
18:24:33 <BlackDevil> to confusing for me
18:24:45 <rabbit> heh k
18:24:56 <rabbit> u use a loop?
18:24:59 <BlackDevil> yea
18:25:04 <rabbit> what one
18:25:07 <BlackDevil> i get more control
18:25:14 <BlackDevil> i just use goto's
18:25:18 <rabbit> ahh ye
18:36:05 <rabbit> BlackDevil
18:36:51 <rabbit> if i use this <> if ($hilev($2,lev) >= $hilev(%addy,lev)) { set %mmm %mmm $gettok(%users,%a,32) } <> it sets %mmm to blank, but if i take out all and just leave set %mmm %mmm it will do it......
18:58:53 <Bozza> is $gettok(%users,%a,32) returning anything when the script is run
19:00:12 <Bozza> also check what %a is doing, is it increasing after each repitition
19:11:31 <rabbit> ok 1 sec
19:28:38 <rabbit> why would a alias halt a loop in another alias
19:28:52 <rabbit> using return
19:31:12 <rabbit> LOL LOL LOL LOL
19:31:14 <rabbit> ok got
19:31:16 <rabbit> it
19:50:15 Join: jonathon ([email protected]) to #scripters
19:51:02 Quit: BlackDevil ([email protected]) Ping timeout for BlackDevil
19:51:15 Nick: jonathon is now known as BlackDevil
20:16:14 Quit: BlackDevil ([email protected]) Read error to BlackDevil: Connection reset by peer
20:16:56 Join: BlackDevil ([email protected]) to #scripters
20:18:54 Nick: BlackDevil is now known as BlackDevil1
20:18:54 Nick: BlackDevil1 is now known as BlackDevil
20:20:54 Nick: BlackDevil is now known as BlackDevil1
20:23:03 Join: BlackDevil ([email protected]) to #scripters
20:24:59 Nick: BlackDevil is now known as BlackDevil2
20:25:42 Quit: BlackDevil1 ([email protected]) Ping timeout for BlackDevil1
20:29:22 Quit: rabbit ([email protected]) Exit:
22:04:38 Join: magik ([email protected]) to #scripters
23:34:09 Quit: wobelong ([email protected]) Exit: Austnet Chat Network
23:56:53 Join: disgracian ([email protected]) to #scripters
Search this day's buffer:
