This shows you the differences between two versions of the page.
— |
curcmd [2007/02/13 06:05] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: curcmd.txt,v 1.2 2007/02/13 06:05:45 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | $[[curcmd]]() | ||
+ | |||
+ | ======Technical:====== | ||
+ | When called while a [[command statement|ircii_syntax]] is running, this | ||
+ | function returns the command being executed. This is either a builtin | ||
+ | command name, a user-created alias name, or an unknown command name. | ||
+ | |||
+ | This value is not changed by an [[expression|ircII_syntax]] statement. | ||
+ | |||
+ | ======Returns:====== | ||
+ | The current command from the most recent command statement. | ||
+ | |||
+ | ======History:====== | ||
+ | This function first appeared in epic5-0.3.2. | ||