Top

Auto identify nick and autojoin channel

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Apr 21, 2008
Last Updated  Apr 21, 2008
Tags  and  auto  autojoin  identify  nick 

Introduction

this simple code is identify ur nick on connect and simple auto join on connect, this autojoin is prevent ur to excess flood when join more channel, but make sure to uncheck the 'autojoin on connect' in mirc options..

Grab the Code

Comments

  (2)  RSS
criminal
Comments: 126
 
mIRC Snippet:  Auto identify nick and autojoin channel
Posted on Apr 23, 2008 2:24 pm
Or you can just use:
Code:

On *:CONNECT: {
  Join Channel
  Join SecondChannel
  identify Psswrd
}

..
AnDyWong
Comments: 2
 
mIRC Snippet:  Auto identify nick and autojoin channel
Posted on Apr 24, 2008 12:56 am
criminal u can use that, but my remote is used for joining 12 full channel whitout excess flood join..

Please Register or Login to start posting comments.
Bottom