From WikiChip
Difference between revisions of "mirc/commands/ajinvite"
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/ajinvite | + | {{mirc title|/ajinvite Command}} |
+ | 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 9: | ||
== Parameters == | == Parameters == | ||
− | * '''on''' - Turns | + | * '''[on | off]''' - Turns the feature on/off. |
− | |||
== Example == | == Example == | ||
Line 19: | Line 19: | ||
The above example will output: | The above example will output: | ||
− | <pre>* Auto-join on invite is on | + | <pre>* Auto-join on invite is on/off |
* Auto-join on invite is off</pre> | * Auto-join on invite is off</pre> | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.5}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[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]] | ||
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|ajinvite command - mIRC]] |
Latest revision as of 08:37, 1 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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[edit]
/ajinvite [on | off]
Switches[edit]
None
Parameters[edit]
- [on | off] - Turns the feature on/off.
Example[edit]
;Display the status of the feature /ajinvite ;Disable the feature /ajinvite off
The above example will output:
* Auto-join on invite is on/off * Auto-join on invite is off
Compatibility[edit]
Added: mIRC v5.5
Added on: 08 Jan 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list