mIRC Scripting 

Infinity.ca.us.webchat.org Webmaster Inc.Service Hub

 Command Prefix                                                                                                               Lessons 10   
 

Up until now, you are probably used to prefixing all mIRC commands with a /. (slash) However, in the mIRC editor, you do not need these. For example-

/hop {
  /partall
  /join $1
}

Can be entered as-

hop {
  partall
  join $1
}

It will work exactly the same, and is a lot 'cleaner' looking for most people. This method of writing commands (without slashes) is generally preferred in scripting.

      3|Table of Contents|4

 

All information shown on this site is regularly maintained and kept as up to date as possible. All other trademarks are property of their respective owners. Copyright © 2001, Infinity.ca.us.webchat.org Webmaster, Inc.Service Hub

Hosted by www.Geocities.ws

1