$network: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
mNo edit summary
Line 9: Line 9:


== See Also ==
== See Also ==
Take a look at [[$serverip]], [[$port]] or [[$server]] to receive these information.
* [[$serverip]], [[$port]] or [[$server]] to receive these information.


[[Category:Other Identifiers]]
[[Category:Other Identifiers]]

Revision as of 09:19, 2 July 2007

Returns the name of the IRC network you are currently connected to.

$network

Note that it may not be possible to get this info if a network doesn't provide it. QuakeNet does provide this information.

Example

echo -a $network

This would echo the network name to your active window.

See Also