Welcome

User: Pass:   register


The $mnick identifier will return your main nickname.

Format

$mnick

Parameters

None.

Properties

None.

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.

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

Hacks

None.

Related Articles

None.

Related Commands

/anick, /nick, /tnick

Related Events

None.

Related Identifiers

$anick, $emailaddr, $fullname, $me






© 1996-2010 hdesk.org and dalnethelpdesk.com