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

// #scripters — 2008-05-06

1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
00:07:01 Quit: wobelong ([email protected]) Quit: "<Marije> i love hard dix"
00:16:00 Join: singlelife`suxs`m ([email protected]) to #scripters
00:16:06 Part: singlelife`suxs`m ([email protected]) from #scripters
00:29:08 Quit: twig ([email protected]) Quit: after 1d1h16m47s Naturally, when anger is involved, revenge is not very far behind. At least, in my world it's not.
00:32:06 Join: twig ([email protected]) to #scripters
00:41:23 Nick: Longie is now known as LongGone
01:30:56 Quit: twig ([email protected]) Ping timeout: 151 seconds
01:38:45 Join: twig ([email protected]) to #scripters
01:46:45 Quit: twig ([email protected]) Ping timeout: 151 seconds
01:50:22 Join: twig ([email protected]) to #scripters
01:52:46 Join: jesusLOL ([email protected]) to #scripters
01:53:56 Quit: twig ([email protected]) EOF from client
02:05:11 Quit: jesusLOL ([email protected]) Ping timeout: 151 seconds
07:17:41 Join: twig ([email protected]) to #scripters
07:21:50 Quit: schnootop ([email protected]) Quit: Leaving
09:29:05 Nick: LongGone is now known as Longie
10:09:22 Join: echelon ([email protected]) to #scripters
10:29:20 Nick: echelon is now known as dsf
10:29:27 Nick: dsf is now known as echelon-
10:56:50 Quit: echelon- ([email protected]) EOF from client
12:45:31 Join: echelon ([email protected]) to #scripters
12:53:21 Nick: Longie is now known as LongGone
13:00:09 Join: aSH^ ([email protected]) to #scripters
13:03:54 Nick: LongGone is now known as Longie
13:06:55 Nick: Longie is now known as LongGone
13:15:07 Nick: LongGone is now known as Longie
13:42:27 Join: sMoKeDoG ([email protected]) to #scripters
13:42:51 Part: sMoKeDoG ([email protected]) from #scripters
15:02:03 Nick: Longie is now known as LongGone
15:06:41 Quit: echelon ([email protected]) Ping timeout: 151 seconds
15:09:27 Nick: LongGone is now known as Longie
16:40:04 Nick: Longie is now known as LongGone
19:08:13 Join: SoniaNotHere ([email protected]) to #scripters
19:08:39 <SoniaNotHere> how do I go about banning someone from a channel as soon as they appear on my notify
19:09:46 <SoniaNotHere> I took a stab in the dark with on notify:nickname:#channel: { ban command} but failed
19:09:47 <SoniaNotHere> lol
19:19:19 <Bozza> Sonia, on 1:notify: { if ($nick == <nick>) { crap here } }
19:19:53 <SoniaNotHere> that better work
19:19:55 <SoniaNotHere> other I will hurt you
19:19:56 <Bozza> notify is a global event like quits and nicknames so channels don't apply :)
19:19:57 <SoniaNotHere> ;)
19:20:25 <Bozza> It should work
19:20:35 <Bozza> Unless the example in the help file is wrong
19:22:45 <SoniaNotHere> hrmm
19:22:52 <SoniaNotHere> either I screwed it up
19:22:58 <SoniaNotHere> or fail
19:24:27 <SoniaNotHere> on 1:notify: { if ($nick == susan) /msg chanop ban #italia susan test }
19:24:33 <SoniaNotHere> thats what I put
19:24:40 <SoniaNotHere> :/
19:25:00 <SoniaNotHere> oh
19:25:04 <SoniaNotHere> more brackets
19:25:44 <stefan> and make sure the notify actually triggers before blaming the script, it's a tad buggy on the new ircd
19:25:49 <SoniaNotHere> nah, still no go -
19:25:51 <SoniaNotHere> lol
19:25:58 <SoniaNotHere> yeah I get the notify msg
19:26:04 <SoniaNotHere> and a whois is performed also
19:26:26 <SoniaNotHere> hai2u stefan <3
19:26:33 <stefan> hai
19:27:07 <stefan> with Bozza's brackets it should be fine
19:27:45 <SoniaNotHere> this is what I have (now with added brackets)
19:27:47 <SoniaNotHere> on 1:notify: { if ($nick == susan) { /msg chanop ban #italia susan test } }
19:28:39 <SoniaNotHere> but yeah, it's not triggering a ban :(
19:29:11 * stefan tests with a slight nickname change
19:29:24 <SoniaNotHere> do I sense a ban coming on ? :P
19:29:30 Kick: SoniaNotHere was kicked by ChanOP ([stefan] test)
19:29:30 Join: SoniaNotHere ([email protected]) to #scripters
19:29:39 <stefan> * Added SoniaNotHere to notify list
19:29:40 <stefan> [18:59:29] * SoniaNotHere [[email protected]] is on IRC (114:40)
19:29:40 <stefan> [18:59:29] [Kick] @ChanOP kicked [email protected] ([stefan] test)
19:29:42 <SoniaNotHere> so it worked for you
19:29:44 <stefan> on 1:notify:{ if ($nick == SoniaNotHere) { /msg chanop kick #scripters SoniaNotHere test } }
19:30:27 <SoniaNotHere> so it's following the same format, but isnt working for me :(
19:30:40 <stefan> put it at the top of the first remote?
19:30:50 <SoniaNotHere> yeah, I gave it it's own remote page
19:30:56 <SoniaNotHere> so it wouldn't conflict
19:31:13 <stefan> is that the first one though?
19:31:19 <stefan> they're read in order
19:31:24 <SoniaNotHere> indeed it is
19:36:30 <SoniaNotHere> I FIXED IT !!
19:36:35 <SoniaNotHere> sorry, got excitied
19:36:39 <SoniaNotHere> ooh and tied
19:36:42 <SoniaNotHere> lol
19:36:50 <SoniaNotHere> changed the on 1 to on *
19:36:55 <SoniaNotHere> and we has a winner
19:37:04 <SoniaNotHere> thanks for your help stefan and Bozza ;)
19:37:13 Part: SoniaNotHere ([email protected]) from #scripters
22:01:47 Join: schnootop ([email protected]) to #scripters
23:24:28 Join: wobelong ([email protected]) to #scripters
23:42:15 Quit: wobelong ([email protected]) Quit: "<Lockstock> I always keep tissues in my room!"