bugyou

bugyou

Joined
Aug 23, 2004
Website

Activity Stream

bugyou commented on a Page, multi server connect  -  Feb 14, 2009

ah thnkx, that came very handy ,nice job dude :P

 Respond  
bugyou commented on a Page, Simple multi network away script  -  Dec 05, 2008

I had to change a bit for it to work

alias away {
/set %reason. [ $+ [ $network ] ] $1-
/set %away.1. [ $+ [ $network ] ] $ctime
/set %awayscript. [ $+ [ $network ] ] on
/me I am now away. $1- $+ .
}
alias back {
if (%awayscript. [ $+ [ $network ] ] == on) {
/me I am back from %reason. [ $+ [ $network ] ] $+ . I was away for $duration($calc($ctime - %away.1. [ $+ [ $network ] ] ))
/unset %reason. [ $+ [ $network ] ]
/unset %away.1. [ $+ [ $network ] ]
/set %awayscript. [ $+ [ $network ] ] off
}
}
on *:text:**:#: {
if $1 != $me $+ ? { halt }
if (%awayscript. [ $+ [ $network ] ] == on) {
/notice $nick I am currently away. Reason: %reason. [ $+ [ $network ] ] $+ . I have been away for $duration($calc($ctime - %away.1. [ $+ [ $network ] ] ))
}
}

 Respond  
bugyou commented on a Page, Kill game  -  Jun 04, 2007

Now anytime I try to do any form of \"!kill\" i get a message like
(18:14:44) -CIS-BOT- you cant use this command so fast after eachother. please wait a while longer.

 Respond  
bugyou commented on a Page, Channel Counter(Channel peak) Via !Count  -  Mar 03, 2006

This is got to be the dumbest snippet ever. It shows only current user count, never \"peak count\", ie maximum number of users on channel. Besides, on input means that only you can use !count... and why on earth would you like to message the number of users to the channel?! And what is with the halt there?! Not to mention, where should the poor snippet get the $nick and $chan as this is private event?!

 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.