Top

Comments

  (32)  RSS
Basillisk's
Basillisk
Comments: 32
 
mIRC Snippet:  Catapult
Posted on Apr 4, 2009 10:30 pm
random, but awesome. You never cease to amaze, Bluethen :P
Basillisk
Comments: 32
 
mIRC Snippet:  auto-ghoster
Posted on Feb 4, 2009 6:03 pm
its 30 on the one I'm on lol, I'd be happy with 15 seconds :P
Basillisk
Comments: 32
 
mIRC Snippet:  auto-ghoster
Posted on Feb 4, 2009 5:55 pm
yea, its 30 seconds long. i just wanted to D/C anyone that tried :D Getting their nick changed automatically just isnt enough for me ;p
Basillisk
Comments: 32
 
mIRC Snippet:  Waves
Posted on Feb 2, 2009 5:42 am
it relieves stress cause you stare at it for ages and wonder whats moving the scroll bars, but then you start to feel stupid cause you've stared at it for an hour and haven't figured it out =(
Basillisk
Comments: 32
 
mIRC Snippet:  track user script (not mine)
Posted on Dec 7, 2008 6:43 am
just thought I'd say it again, its not mine :p
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 6, 2008 12:20 am
@ blitz & dragon, i didnt put a reasony thing because if you wanted to kick them somewhere certain it'd come up in the kick message i.e they could get kicked for the reason: in the balls. I'll try think of something :P

and @ jonesy, I still have a lot to learn. then once i get all that sussed which would take roughly a year cause Ima slow learner then i'd start shortening and that would take some practise too =/
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 5, 2008 2:30 am
lol :P i agress with jonesy, its years :P
Basillisk
Comments: 32
 
Image:  GOOFY!!! :D
Posted on Dec 3, 2008 6:30 pm
lol fair call there :P
Basillisk
Comments: 32
 
Image:  GOOFY!!! :D
Posted on Dec 3, 2008 5:56 pm
oh, it censored it ):
Basillisk
Comments: 32
 
Image:  GOOFY!!! :D
Posted on Dec 3, 2008 5:56 pm
er
shoot
Basillisk
Comments: 32
 
Image:  GOOFY!!! :D
Posted on Dec 3, 2008 5:56 pm
holy shoot...
Basillisk
Comments: 32
 
mIRC Snippet:  .:: !Say & !Me ::.
Posted on Dec 3, 2008 4:59 am
well, if its your bot it would work :p
Basillisk
Comments: 32
 
mIRC Snippet:  .:: !Say & !Me ::.
Posted on Dec 2, 2008 11:53 pm
anyway, I'll say something for the hell of it

Quote:
try this:
on *:text:!say *:#: {
if ($nick == ash) {
msg $chan $2-
}
}
on *:text:!me *:#: {
if ($nick == ash)
describe $chan $2-
}
}


its would be better this way:
try this:

Code:
on *:text:!say *:#: {
if ($address($nick,2) == $address($me,2)) {
msg $chan $2-
}
}
on *:text:!me *:#: {
if ($address($nick,2) == $address($me,2))
describe $chan $2-
}
}


or even better

Code:
on *:text:!say *:?: {
if ($address($nick,2) == $address($me,2)) {
msg $chan $2-
}
}
on *:text:!me *:?: {
if ($address($nick,2) == $address($me,2))
describe $chan $2-
}
}

so it would be done in a query and look like the bot is talking rather than you telling it to
Basillisk
Comments: 32
 
mIRC Snippet:  [NEW] Announce Script 2.0
Posted on Dec 2, 2008 11:23 pm
/me rofls
Basillisk
Comments: 32
 
mIRC Snippet:  .:: !Say & !Me ::.
Posted on Dec 2, 2008 9:30 pm
whoa it is old O_O
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 2, 2008 9:24 pm
omg, how do you do that? o_O
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 2, 2008 8:40 pm
i mainly made this for fun cause i'd type /me kicks John and then kick them, but it was a little slow and a tad time consuming, so i made this "for fun." ;P
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 2, 2008 7:56 pm
alrighty, i believe I'm done :D
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 2, 2008 7:16 pm
well, then it would seem like less fun somehow. That way its just another kick script with an action in front of it. it seems to take the fun out of it for me o_O


(edit) ok, I still didnt finish, didnt look at it properly just about it fix it up a little :D

(edit2) thanks md :P

(edit3 O_o) @ cherion editing the first paragraph, i didnt realise you didnt include the
Code:
describe $chan kicks <nick>

thats the main reason i made this script :P to do the action and it'll kick them ^_^
Basillisk
Comments: 32
 
mIRC Snippet:  kicks a nick when you /me kicks (nick)
Posted on Dec 2, 2008 6:55 pm
feel free to say it sucks or something o_o i was completely bored when i made it :P say/show any improvements or anything like that

Thanks in advance for your comments ^_^

also i didnt add
Code:
if ($me ishop $chan)

because it didnt seem to include halfop or higher o_o
1 2 Next
Bottom