From WikiChip
Difference between revisions of "mirc/commands/ajinvite"
(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 ...") |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | Without any parameters, mIRC will echo if | + | {{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 | + | * '''[on | off]''' - Turns the feature on/off. |
− | |||
== Example == | == Example == | ||
− | <syntaxhighlight lang="mIRC">; | + | <syntaxhighlight lang="mIRC">;Display the status of the feature |
/ajinvite | /ajinvite | ||
− | ;Disable | + | ;Disable the feature |
/ajinvite off</syntaxhighlight> | /ajinvite off</syntaxhighlight> | ||
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