!reconnect command for mIRC [OLD]

By saloun on Mar 29, 2014

REMOVED.

New version can be found here: http://hawkee.com/snippet/16615/

Comments

Sign in to comment.
BuxXray   -  Apr 30, 2014

on 100:TEXT: !reconnect:#: {
.msg $chan $me is reconnecting to the network on 4 seconds
.quit Reconnecting requested by $nick $adress $ident
.server
}

 Respond  
Nos   -  Mar 29, 2014
 on *:TEXT:!reconnect:<#BotChannel>:{
  if ($nick == <BotOwnerNick>) {
    .msg $chan The Bot is reconnecting to the network on 4 seconds
    .quit Re-connecting request by $nick
    .server <IRCNetwork>
  }
} 
Nos  -  Mar 29, 2014

is better

!reconnect command only for my master ``` on *:TEXT:!reconnect:<#BotChannel>:{ if ($nick == ) { .msg $chan The Bot is reconnecting to the network on 4 seconds .quit Re-connecting request by $nick .server } else { .msg $chan command only for my master } } ```
ProIcons  -  Apr 05, 2014

Its lame. It can be easily get flooded. First of use block for like 15 seconds, and second just use notice to nick. Doesn't need to flood the room with pointless messages

 -  Jul 19, 2014

Can you make this to automatically do this by say 12:00am everday. My bot is running stats and need to disconnect/connect at that time to reset daily figures

saloun  -  Nov 22, 2014

This script will be updated

Sign in to comment

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.