Welcome
The $mnick identifier will return your main nickname.
[edit]
Format
$mnick
[edit]
Parameters
None.
[edit]
Properties
None.
[edit]
Points To Note
This is not the same as $me. An example of when this would be different to $me is if you used the /tnick command to change your nickname.
[edit]
Examples
//echo -a $mnick
This will display your main nickname in the active window.
on *:unotify:{
if ($nick == $mnick) && ($me != $mnick) nick $mnick
}
This will change your nickname to your main nickname when it becomes free if somebody has been using it. You must first add your main nickname to your notify list with //notify $mnick
[edit]
Hacks
None.
[edit]
Related Articles
None.
[edit]
Related Commands
[edit]
Related Events
None.
[edit]
Related Identifiers
$anick, $emailaddr, $fullname, $me