Top

Bot infomation


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.0 (of 1 scores)
Date Added  Sep 12, 2009
Last Updated  Oct 22, 2009
Tags  bot  infomation  mirc  slub77 

Introduction

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 :)



Grab the Code

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

  (9)  RSS
sunslayer
Comments: 267
 
mIRC Snippet:  Bot infomation
Posted on Sep 12, 2009 9:18 pm
id advise adding flood protections to this as it could easily cause u to disconnect from the server because of flood
Jethro_
Comments: 438
 
mIRC Snippet:  Bot infomation
Posted on Sep 12, 2009 10:41 pm
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.
sunslayer
Comments: 267
 
mIRC Snippet:  Bot infomation
Posted on Sep 13, 2009 12:17 am
12 lines is long imo, and all someone has to do is spam @info and the bot excess floods
slub77
Comments: 44
 
mIRC Snippet:  Bot infomation
Posted on Sep 13, 2009 3:10 am
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
Aucun50
Comments: 548
 
mIRC Snippet:  Bot infomation
Posted on Sep 14, 2009 9:06 pm
End bracket...
sunslayer
Comments: 267
 
mIRC Snippet:  Bot infomation
Posted on Sep 14, 2009 10:04 pm
i didnt even notice that L
slub77
Comments: 44
 
mIRC Snippet:  Bot infomation
Posted on Sep 15, 2009 1:28 pm
?
sunslayer
Comments: 267
 
mIRC Snippet:  Bot infomation
Posted on Sep 15, 2009 2:29 pm
your missing an end bracket
slub77
Comments: 44
 
mIRC Snippet:  Bot infomation
Posted on Sep 15, 2009 3:07 pm
Oh you mean the very last one?

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom