Site Tools


chanwin
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


chanwin [2006/07/11 04:57] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +# $EPIC: chanwin.txt,v 1.1.1.1 2006/07/11 04:57:43 jnelson Exp $
 +======Synopsis:======
 +$__chanwin__(<window refnum/name>|<channel>)
 +
 +======Technical:======
 +$chanwin() and $winchan() are the same function.
 +
 +   * If no argument given: 
 +     * Return the current window's current channel.
 +   * If one argument, and it's a window refnum:
 +     * Return that window's current channel.
 +   * If one argument, and it's a channel:
 +     * Return the window that the channel belongs to.
 +   * If two arguments, first one is channel, second one is server:
 +     * Return the window FOR THAT SERVER that the channel belongs to.
 +
 +======Examples:======
 +<file>
 +/window refnum 2;/join #epic
 +eval echo $chanwin(2)                   /* returns #epic */
 +eval echo $chanwin(#epic)               /* returns 2 */
 +</file>
 +
 +======History:======
 +$chanwin() first appeared in EPIC4pre0.034. \\ 
 +$chanwin() was swapped with $winchan() in EPIC4pre1.027 \\ 
 +$chanwin() and $winchan() were unified in EPIC4pre1.041 \\ 
 +$chanwin() first supported non-current channels in EPIC4pre2.506.
 +
  
chanwin.txt · Last modified: 2006/07/11 04:57 by 127.0.0.1