Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
Synopsis:
$lastclickline(<option>)
Technical:
This function shows text on the last line clicked by the mouse,
or some derivitive of it based on the option passed.
Possible options:
0 - Entire line clicked on without color codes.
1 - Entire line with color codes (unimplemented same as 0)
2 - (unimplemented same as 0)
3 - Returns the word clicked on in the text.
4 - Attempts to find a nick in the text clicked on.
Returns:
Text string based on what was last clicked on.
Examples:
For a line like this: "<NuKe> Who is nuke@host.com" when nuke@host.com is
the text that was clicked on:
lastclickline(0) "<NuKe> Who is nuke@host.com"
lastclickline(3) "nuke@host.com"
lastclickline(4) "nuke"
See Also:
lastclickx(6) lastclicky(6)