// #scripters — 2007-09-23
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
00:09:45 Nick: Bozza is now known as Bozza[A]
00:18:39 Quit: force ([email protected]) Exit:
00:28:30 Quit: pawl ([email protected]) Exit: pawl
00:37:24 Join: cypher ([email protected]) to #scripters
00:54:51 Quit: cQc ([email protected]) Exit:
00:58:08 Join: cQc ([email protected]) to #scripters
01:10:44 Quit: Louie ([email protected]) Exit:
01:11:42 Join: Louie ([email protected]) to #Scripters
01:26:15 Quit: cQc ([email protected]) Exit:
02:02:37 Join: cQc ([email protected]) to #scripters
02:06:53 Quit: cQc ([email protected]) Exit:
02:08:38 Join: cQc ([email protected]) to #scripters
02:58:30 Quit: stefan ([email protected]) Ping timeout for stefan
03:13:31 Join: stefan ([email protected]) to #scripters
03:13:32 Mode: (by ChanOp) +o stefan
03:29:28 Quit: stefan ([email protected]) Killed (NickOp (Kill requested by stefan_))
03:29:55 Join: stefan ([email protected]) to #scripters
03:29:58 Mode: (by ChanOp) +o stefan
03:51:03 Quit: Louie ([email protected]) Exit:
07:34:16 Join: Louie ([email protected]) to #Scripters
09:19:59 Join: miss-lee ([email protected]) to #scripters
09:23:25 <miss-lee> there are being major adjustments to my channel by another op atm lol :/ so can anyone pls supply me with a script that auto voices & devoices chatters & none chatters pls? i know nothing about scripting :S
09:27:48 Join: dulator ([email protected]) to #scripters
09:28:10 <dulator> lol
09:28:17 Part: dulator ([email protected]) from #scripters
09:43:19 Quit: Helamorious ([email protected]) Exit: <Da_Ork> Callum's penis has implants? <lockstock> no, it IS an implant :p
09:52:20 Part: miss-lee ([email protected]) from #scripters (http://www.drcorp.net/)
10:00:12 <Louie> like..
10:01:05 <Louie> on *:TEXT:*:#20&30's: {
10:02:13 <Louie> if ($me isop $chan)
10:02:42 <Louie> mode $chan +v $nick
10:03:06 <Louie> hmm or..
10:03:10 <Louie> on *:TEXT:*:#20&30's: {
10:03:37 <Louie> if ($me isop $chan)
10:03:56 <Louie> mode $chan +v $nick
10:03:59 <Louie> }
10:05:25 <Louie> on *:TEXT:*:#20&30's: {
10:05:31 <Louie> if ($me isop $chan)
10:05:39 <Louie> mode $chan +v $nick
10:06:09 <Louie> .timer 1 600 /mode $chan -v $nick
10:06:13 <Louie> }
10:10:58 Join: Helamorious ([email protected]) to #scripters
10:30:37 <Louie> on *:TEXT:*:#20&30's: {
10:30:56 <Louie> if ($me isop $chan) {
10:32:06 <Louie> .timer 1 10 /mode $chan +v $nick
10:32:55 <Louie> .timer 1 610 /mode $chan -v $nick
10:32:57 <Louie> }
10:34:11 <Louie> }
11:11:42 Nick: Bozza[A] is now known as Bozza
11:15:36 Nick: Bozza is now known as Bozza[A]
11:17:33 Join: miss-AWAY ([email protected]) to #scripters
11:32:01 Join: RoSkO ([email protected]) to #scripters
11:32:17 <RoSkO> anyone got a simple command or script to be able to notice ops and voiced users only?
11:32:31 <miss-AWAY> can anyone please help me with a script to auto voice & devoice ppl who chat & don't chat in a channel?
11:32:54 <miss-AWAY> RoSkO when you are opped in a channel type /onotice message here, that notices the ops only
11:32:59 <miss-AWAY> as for voices, ni
11:34:40 <RoSkO> miss-AWAY: yeha i know that.. thats why im here asking for the vnotice one... i believe there isnt one but some type in script to gather users with %v and loops
11:43:37 Nick: miss-AWAY is now known as miss-lee
11:52:21 Quit: Louie ([email protected]) Exit:
11:53:47 Join: Louie ([email protected]) to #Scripters
11:53:56 <miss-lee> wb
11:58:17 Nick: miss-lee is now known as miss-AWAY
12:12:19 Nick: miss-AWAY is now known as miss-lee
12:46:32 Quit: RoSkO ([email protected]) Exit: Austnet Chat Network
13:08:54 Quit: stefan ([email protected]) Killed (NickOp (Kill requested by stefan_))
13:09:21 Join: stefan ([email protected]) to #scripters
13:09:24 Mode: (by ChanOp) +o stefan
13:09:36 <miss-lee> wb
13:11:19 Quit: stefan ([email protected]) Killed (NickOp (Kill requested by stefan_))
13:11:47 Join: stefan ([email protected]) to #scripters
13:11:50 Mode: (by ChanOp) +o stefan
13:13:32 <miss-lee> wb
13:14:15 Join: ALLeYeZonKHALED ([email protected]) to #scripters
13:14:18 <ALLeYeZonKHALED> any1 awake?
13:15:10 Join: wobelong ([email protected]) to #scripters
13:16:55 <miss-lee> i am but i can't help you
13:16:57 <miss-lee> :P
13:24:06 Part: miss-lee ([email protected]) from #scripters (http://www.drcorp.net/)
13:51:16 Join: miss-lee ([email protected]) to #Scripters
13:52:05 <miss-lee> on *:TEXT:*:#20&30's: {
13:52:06 <miss-lee> if ($me isop $chan) {
13:52:06 <miss-lee> .timer 1 10 /mode $chan +v $nick
13:52:06 <miss-lee> .timer 1 1610 /mode $chan -v $nick
13:52:06 <miss-lee> }
13:52:11 <miss-lee> can anyone see anything wrong with this?
13:52:29 <BlackDevil> what is it suppose to do
13:52:47 <miss-lee> it is suppose to voice ppl who chat in main & devoice them after 10 mins of idle in main
13:52:56 <Timegrinder> unfortunately it's doing way more than that
13:53:01 <Timegrinder> it's setting a timer every time someone speaks
13:53:02 <miss-lee> oh?
13:53:10 <BlackDevil> pretty much
13:53:18 <Timegrinder> well, setting two
13:53:21 <Timegrinder> one to voice them ten seconds later
13:53:22 <BlackDevil> use .timer $+ $nick
13:53:43 <miss-lee> so get rid of .timer 1 10 /mode $chan +v $nick & .timer 1 1610 /mode $chan -v $nick & replace it with .timer $+ $nick ?
13:54:00 <Louie> nooooooo
13:54:06 <BlackDevil> no
13:54:22 <BlackDevil> if ($me isop $chan) {
13:54:30 <BlackDevil> .timer $+ $nick 1 10 /mode $chan +v $nick
13:54:48 <miss-lee> ok
13:54:49 <BlackDevil> }if ($nick isvo $chan) {
13:54:53 <BlackDevil> }if ($nick isvo $chan) {
13:55:00 <BlackDevil> its }
13:55:05 <Louie> its supposed to reset the timer everytime but its not supposed to voice them again..just keep them voiced
13:55:07 <miss-lee> wtf
13:55:21 <BlackDevil> then if ($nick isvo $chan) { .timer $+ $nick 1 1610 /mode $chan -v $nick }
13:56:32 <miss-lee> so it is suppose to be
13:56:38 <miss-lee> on *:TEXT:*:#20&30's: {
13:56:40 <miss-lee> if ($me isop $chan) {
13:56:46 <miss-lee> if ($nick isvo $chan) { .timer $+ $nick 1 1610 /mode $chan -v $nick }
13:56:53 <BlackDevil> on *:TEXT:*:#20&30's: {
13:56:54 <miss-lee> }
13:57:20 <BlackDevil> if ($me isop $chan) && ($nick !isvo $chan) { .timer $+ $nick 1 10 /mode $chan +v $nick }
13:57:32 <BlackDevil> if ($nick isvo $chan) && ($me isop $chan) { .timer $+ $nick 1 1610 /mode $chan -v $nick }
13:57:33 <BlackDevil> }
13:58:06 <miss-lee> ok saved
13:58:20 <Louie> whats that supposed to do ?
13:58:26 <miss-lee> testing
13:58:30 <BlackDevil> stuff Longie
13:58:31 <BlackDevil> Louie
13:58:48 <miss-lee> lol
13:59:45 <miss-lee> *waits*
14:00:46 <BlackDevil> if you are voiced its not going to work
14:00:54 <BlackDevil> 26mins 50secs
14:01:01 <BlackDevil> and 1610 isnt 10mins
14:01:08 <miss-lee> argh
14:01:11 <miss-lee> lol
14:01:14 <Louie> 1200 is 10mins
14:01:19 <miss-lee> ic
14:01:30 <Louie> 1210 from when they first text
14:02:33 <miss-lee> [14:01] * Jizm runs squealing like a little girl
14:02:35 <miss-lee> it didnt voice him
14:02:55 <Louie> nah different one for actions
14:03:00 <miss-lee> oh ok
14:08:39 <miss-lee> [14:07] (ibiza) mysti: are you female?
14:08:40 <miss-lee> [14:07] *** Voice: miss-lee sets (+v Kypreo)
14:08:40 <miss-lee> [14:08] (mysti) ibiza: yes, why?
14:08:40 <miss-lee> [14:08] *** Devoice: miss-lee sets (-v ibiza)
14:08:49 <miss-lee> [14:08] *** Devoice: miss-lee sets (-v anita)
14:08:51 <miss-lee> sigh
14:09:44 <miss-lee> why did it devoice ibiza then? because he had not idled for 10 mins yet.
14:14:27 <miss-lee> umm..
14:14:47 <miss-lee> on ^*:JOIN:#20&30's: if ((blarp != $nick) || (smythe != $nick)) || (Red_Wolf_2 != $nick)) { .timer. $+ $nick 1 600 .msg chanop deop # $nick }
14:14:47 <miss-lee> on *:ACTION:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
14:14:47 <miss-lee> on *:TEXT:*:#20&30's:.timer. [ $+ [ $nick ] ] 1 600 .msg chanop deop #20&30's $nick
14:14:50 <miss-lee> is there anything wrong with that?
14:18:10 Part: Louie ([email protected]) from #Scripters
14:27:48 <schnoodles> anyone know how to burn 2 movies that are .cue/.bin to one movie
14:27:58 <schnoodles> its actually 1 movies but just cd1+2 :\
14:31:26 <wobelong> using a mirc script? nup :p
14:33:12 <schnoodles> oh damn, time to scrap the .mrc file then
14:33:14 * schnoodles slaps
14:37:46 <schnoodles> so besides wobelong, does anyone else know ? (and no not with mIRC)
14:39:09 <wobelong> :P
14:39:25 <wobelong> use nero, to burn an image/saved project
14:39:30 <wobelong> easy
14:39:37 <wobelong> or whatever other proggy you use
14:39:43 <wobelong> if it doesnt support CUE get a new one :p
14:42:48 Quit: stefan ([email protected]) Ping timeout for stefan
14:43:06 Part: miss-lee ([email protected]) from #Scripters (http://www.drcorp.net/)
14:56:48 Part: ALLeYeZonKHALED ([email protected]) from #scripters
15:07:40 <schnoodles> but can i burn them both into a DVD movie ?
16:23:43 Quit: [LG]Dean ([email protected]) Exit: Austnet Chat Network
17:33:15 Join: Louie ([email protected]) to #Scripters
17:35:05 Join: Bozza ([email protected]) to #Scripters
17:35:07 Mode: (by ChanOp) +o Bozza
17:43:33 Join: RoSkO ([email protected]) to #scripters
17:43:51 <RoSkO> anyone got a command or script to notice voice'd users like onotice
17:52:29 Quit: RoSkO ([email protected]) Exit: Austnet Chat Network
18:05:19 Join: stefan ([email protected]) to #scripters
18:05:22 Mode: (by ChanOp) +o stefan
19:13:32 Quit: stefan ([email protected]) Ping timeout for stefan
19:13:51 Join: stefan ([email protected]) to #scripters
19:13:53 Mode: (by ChanOp) +o stefan
19:23:54 Join: miss-lee ([email protected]) to #scripters
19:24:02 <miss-lee> please can someone give me a script to ban ppl from particular channels?
19:25:47 Quit: Bozza ([email protected]) Exit: ( www.nnscript.de :: NoNameScript 4.03 :: www.XLhost.de )
19:34:33 * miss-lee cries
19:37:41 Quit: stefan ([email protected]) Ping timeout for stefan
19:38:07 Part: miss-lee ([email protected]) from #scripters (http://www.drcorp.net/)
20:01:02 Quit: Louie ([email protected]) Exit:
20:05:24 Join: pawl ([email protected]) to #scripters
20:14:49 Nick: Bozza[A] is now known as Bozza
20:18:21 Join: stefan ([email protected]) to #scripters
20:18:23 Mode: (by ChanOp) +o stefan
20:31:18 Join: Mustang ([email protected]) to #Scripters
20:31:36 <Mustang> how do i put a COLOUR code in without have CTRL K
20:31:37 <Mustang> ?
20:37:38 <Mustang> ? :)
20:54:13 <schnoodles> $chr(3)
20:54:26 <schnoodles> $+($chr(3),04) will do 04
21:05:01 Quit: pawl ([email protected]) Read error to pawl: Connection reset by peer
21:08:04 <Mustang> cheers :o
21:08:06 Part: Mustang ([email protected]) from #Scripters
21:12:41 Join: pawl ([email protected]) to #scripters
21:27:07 Quit: pawl ([email protected]) Killed (NickOp (Kill requested by pawl_))
21:27:07 Join: pawl_ ([email protected]) to #scripters
21:33:03 Join: magik ([email protected]) to #scripters
22:35:22 Join: nugisgod ([email protected]) to #scripters
22:37:36 <nugisgod> hey, just wondering when hooking your computer to a tv threw a S-Video cable, whether you have to change your settings?? Im not getting any response to my tv, can anyone point me in the right direction?
22:38:01 <stefan> was the tv connected when you booted up the computer?
22:39:19 <nugisgod> nah it wasnt.. should i unplug the monitor?
22:39:59 <stefan> see #help
22:42:24 Quit: nugisgod ([email protected]) Exit:
23:42:44 Nick: Bozza is now known as Bozza[A]
Search this day's buffer:
