waiyanlay88

waiyanlay88

Joined
Dec 21, 2007
Interests
computer and irc

Activity Stream

waiyanlay88 commented on a Page, Bot Nick  -  Dec 23, 2007

on :TEXT:!Nick:#:{
if ($2 == $null) { msg $nick Please specify my new nick. }
if ($2 != $null) {
set %x $nick
set %y $2
nick $2
}
}

raw 432:*:{
msg %x $2-
unset %x
unset %y
halt
}

raw 433:*:{
var %a = 1, %b = $address($me,4)
while ($nick($chan,%a)) {
if (%b == $address($chan,%a)) {
ns ghost $nick($chan,%a)
.timer1 1 5 nick %y
}
else inc %a
}
if ($me != %y) {
msg %x $2-
unset %x
unset %y
}
}

raw 438:*:{
timer1 1 $9 nick %y
msg %x $2-
}

on *:NICK:{
if ($newnick == %y) && ($nick == $me) {
msg %x My nickname was changed to $+(%y,$chr(44)) successfully.
unset %x
unset %y
}
}

 Respond  
waiyanlay88 commented on a Page, Bot Nick  -  Dec 23, 2007

on :TEXT:!Nick:#:{
if ($2 == $null) { msg $nick Please specify my new nick. }
if ($2 != $null) {
set %x $nick
set %y $2
nick $2
}
}

raw 432:*:{
msg %x $2-
unset %x
unset %y
halt
}

raw 433:*:{
var %a = 1, %b = $address($me,4)
while ($nick($chan,%a)) {
if (%b == $address($chan,%a)) {
ns ghost $nick($chan,%a)
.timer1 1 5 nick %y
}
else inc %a
}
if ($me != %y) {
msg %x $2-
unset %x
unset %y
}
}

raw 438:*:{
timer1 1 $9 nick %y
msg %x $2-
}

on *:NICK:{
if ($newnick == %y) && ($nick == $me) {
msg %x My nickname was changed to $+(%y,$chr(44)) successfully.
unset %x
unset %y
}
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.