multi bot name

By Aaron on Feb 27, 2007

i DO NOT recommend you use this unless your bot is in a lot of channels all the time.
You need operserv exceptions.

Ex:

/invite botname #channel
[BG]botname has joined #channel

on *:invite:#:{
  server -m $server 6667
  set %ich $chan
  nick [JOIN] $+ $me
  timer 1 5 nick $me
}
on *:connect:{
  if (%ich != $null) {
    nick [ $+ $rand(A,Z) $+ $rand(A,Z) $+ ] $+ $me
    join %ich
    unset %ich
  }
}

Comments

Sign in to comment.
Atr   -  Aug 12, 2009

I'm sorry, but I don't understand exactly what it does..

It makes it's name randomly have letters at the beginning, and when it joins a channel, it adds [JOIN] at the beginning of it's name for 5 seconds..?

What's the point of it, or am I missing something?

 Respond  
Ghost-writer   -  Aug 11, 2009

=| neobot

 Respond  
PATX   -  Aug 11, 2009

no mirc bot is rly "well known" :/

 Respond  
Ghost-writer   -  Aug 11, 2009

i like it,good for massive Bots that are well known.

 Respond  
PATX   -  Aug 11, 2009

server -m $server 6667 -i $nick -j $chan

 Respond  
Noutrious   -  Feb 28, 2007

.server -m $server 6667 -i $nick -j $chan
This coould be 1 line script, huh..

 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.