On start auto join server and channel

By NarcotiX on Feb 09, 2004

This is a useful snippet if you are making a script and want to have more users on your server by adding this into your script, just paste this code into your remotes, it does work, i tested it myself, this is an example, of course you wil have to edit it to the servername and channel you desire :)

ON *:START: { 
  server irc.server.com -j #channel 
}

Comments

Sign in to comment.
Atr   -  Oct 11, 2009

IRC kidnapping :O!

And I'd -m, unless you want to get very annoyed people being thrown out of their servers and into yours..

 Respond  
lycurgus   -  Oct 11, 2009

(lol, 5 years since last comment >_> )
@x-file: the point of this code is that you can put it in another script so that anyone using your script will also join the server/channel you specify. it's not meant to be useful for users, it's meant to be useful for coders who want more users on their servers.

 Respond  
X-FILE   -  Feb 15, 2004

Sorry , this code is totaly pointless for the following reasons : 1.to connect to the server on start up mIRC does always have an option for that , mIRC options - Connect /Options and just tick Connect on Startup . To join the channel after connecting there is also an option and you can find it at mIRC options - server/options and there is a button named Perform.. and its more suitable because it has enable/disable option , multi server control (add/delete) and it\'s in dialog. I don\'t see the meaning of your code , anyway..it can be handle for those who doesn\'t know how to use mIRC and it\'s options ;-)

 Respond  
UTUCS.com-Admin   -  Feb 14, 2004

-j will join the specified channel.

 Respond  
UTUCS.com-Admin   -  Feb 14, 2004

server -m irc.server.com

 Respond  
UTUCS.com-Admin   -  Feb 14, 2004

Use the following for new server window:

 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.