slacker commented on a Page, LOLOP  -  Mar 12, 2009

whats not to understand?, and you think mine is harder to understand then Kirby's?

mine is alot ezr to understand for new coders.

ok heres the on text event the @ after the on means the bot has to be an op to preform the command.

on @*:text:`lolop *:#:{

here is the checks the $nick(#,$nick,oh) means the nick useing the command has to be either an op or halfop in the channel. the $2 != $me checks that the bot's nick is not the one being moded.

if ($nick(#,$nick,oh) && $2 != $me) {

and mode # +o-o modes +o first then -o. now the $str is used to say $2 as many times as you have it to. hence the $str($2 $chr(32),2)

mode # +o-o $str($2 $chr(32),2) } }
 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.