Bot infomation

By slub77 on Sep 12, 2009

This is a small script i just made.

All it does is when someone Type @info It will send them a message about your Bot.

The version section is for you to edit.

Also for the bot it self while in mirc u can use it to send an echo of the settings to your self or send it to the channel your in.

Hope you like it :)

on *:TEXT:@info:*:{
  msg $nick 7,7--------------------------------
  msg $nick Main name: $mnick                 
  msg $nick Other name: $anick                 
  msg $nick Current name: $me                  
  msg $nick Current bot mode: Version 1.1      
  msg $nick Current timeing: $asctime(hh:nn:ss)  
  msg $nick Current date : $asctime(dd/mm/yy)  
  msg $nick Time online : $online              
  msg $nick Current timers set : $timer(0)    
  msg $nick Viewed Timezone : $timezone          
  msg $nick Current server : $server
  msg $nick 7,7--------------------------------

}

menu * {
  .Bot infomation 
  ..For yourself { 
    echo 7,7--------------------------------
    echo name: $mnick                 
    echo Other name: $anick                 
    echo Current name: $me                  
    echo Current bot mode: Version 2.1      
    echo Current timeing: $asctime(hh:nn:ss)  
    echo Current date : $asctime(dd/mm/yy)  
    echo Time online : $online              
    echo Current timers set : $timer(0)    
    echo  Viewed Timezone : $timezone          
    echo  Current server : $server
    echo  7,7--------------------------------
  }

  ..For channel {
    msg $chan 7,7--------------------------------
    msg $chan Main name: $mnick                 
    msg $chan Other name: $anick                 
    msg $chan Current name: $me                  
    msg $chan Current bot mode: Version 1.1      
    msg $chan Current timeing: $asctime(hh:nn:ss)  
    msg $chan Current date : $asctime(dd/mm/yy)  
    msg $chan Time online : $online              
    msg $chan Current timers set : $timer(0)    
    msg $chan Viewed Timezone : $timezone          
    msg $chan Current server : $server
    msg $chan 7,7--------------------------------
  }

}

Comments

Sign in to comment.
slub77   -  Sep 15, 2009

Oh you mean the very last one?

 Respond  
sunslayer   -  Sep 15, 2009

your missing an end bracket

 Respond  
slub77   -  Sep 15, 2009

?

 Respond  
sunslayer   -  Sep 14, 2009

i didnt even notice that L

 Respond  
Aucun50   -  Sep 14, 2009

End bracket...

 Respond  
slub77   -  Sep 13, 2009

I have set my bot for flood protection and remember this send through pm so it does not Spam the channel. as well as the channel that is optional

 Respond  
sunslayer   -  Sep 13, 2009

12 lines is long imo, and all someone has to do is spam @info and the bot excess floods

 Respond  
Jethro   -  Sep 12, 2009

This ain't too bad, since the messages aren't relatively long to warrant a possible disconnection. But some ops have flood kicking scripts which might get you easily kicked. Or in certain servers, they have flood protection settings enabled to catch line flood of any sort.

 Respond  
sunslayer   -  Sep 12, 2009

id advise adding flood protections to this as it could easily cause u to disconnect from the server because of flood

 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.