From WikiChip
Difference between revisions of "mirc/commands/ajinvite"
< mirc‎ | commands

(Created page with "Without any parameters, mIRC will echo if auto-join on invite is on or off. You can use the on and off parameter to enable or disable this feature. == Synopsis == /ajinvite ...")
 
Line 1: Line 1:
Without any parameters, mIRC will echo if auto-join on invite is on or off. You can use the on and off parameter to enable or disable this feature.
+
The '''/ajinvite command''' can be used to turn on/off the auto-join on invite features, available in the Options (Alt + o > IRC > auto-join channel on invite). Without any parameters, mIRC will echo if the feature is on or off.
  
 
== Synopsis ==
 
== Synopsis ==
Line 8: Line 8:
  
 
== Parameters ==
 
== Parameters ==
* '''on''' - Turns on auto-join on invite
+
* '''on''' - Turns on the feature
* '''off''' - Turns off auto-join on invite
+
* '''off''' - Turns off the feature
  
 
== Example ==
 
== Example ==
<syntaxhighlight lang="mIRC">;Open the address book, highlight tab
+
<syntaxhighlight lang="mIRC">;Display the status of the feature
 
/ajinvite
 
/ajinvite
;Disable auto-join on invite
+
;Disable the feature
 
/ajinvite off</syntaxhighlight>
 
/ajinvite off</syntaxhighlight>
  
Line 32: Line 32:
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$nick identifier - mIRC|$nick]]
 
* [[$chan identifier - mIRC|$chan]]
 
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 20:34, 10 May 2014

The /ajinvite command can be used to turn on/off the auto-join on invite features, available in the Options (Alt + o > IRC > auto-join channel on invite). Without any parameters, mIRC will echo if the feature is on or off.

Synopsis

/ajinvite [on | off]

Switches

None

Parameters

  • on - Turns on the feature
  • off - Turns off the feature

Example

;Display the status of the feature
/ajinvite
;Disable the feature
/ajinvite off

The above example will output:

* Auto-join on invite is on
* Auto-join on invite is off

Compatibility

Added: mIRC v5.5

Added On: 08/01/1999

Note: Individual switches were not taken into consideration.

See also