From WikiChip
Difference between revisions of "mirc/identifiers/$cd"
< mirc‎ | identifiers

m (on event -> identifier)
m (Bot: Fixing links)
Line 19: Line 19:
 
== See Also ==
 
== See Also ==
 
* [[On serv - mIRC|ON SERV]]
 
* [[On serv - mIRC|ON SERV]]
* [[/fserve command - mIRC|/fserve]]
+
* {{mIRC|/fserve}}
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 20:02, 5 July 2014

The $cd identifier contains the current directory/folder a user is viewing within an FSERVE.

Synopsis

$cd

Paramters

None

Example

This example will send the user the current folder they are in if they type !folder:

; Listen for !folder on the SERV event
ON *:SERV:!folder:msg =$nick Current Folder: $cd

Compatibility

Added: mIRC v4.0 (final version)

Added On: 20/03/96

See Also