diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-10 20:20:12 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-10 20:20:12 +0000 |
commit | 9bd8711ad413911b63321860a82fc43d6cb760d2 (patch) | |
tree | cb6d716bcaa48fed039a1a2a9021b44b3c2d4d10 /docs/Irssi/Windowitem.pm | |
parent | Forgot to add a whole bunch of files (diff) | |
download | irssi-scripts-9bd8711ad413911b63321860a82fc43d6cb760d2.tar.gz irssi-scripts-9bd8711ad413911b63321860a82fc43d6cb760d2.zip |
more reformattingm, added a guide.pm for general stuff
Diffstat (limited to 'docs/Irssi/Windowitem.pm')
-rw-r--r-- | docs/Irssi/Windowitem.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/Irssi/Windowitem.pm b/docs/Irssi/Windowitem.pm index 78919cc..7781a44 100644 --- a/docs/Irssi/Windowitem.pm +++ b/docs/Irssi/Windowitem.pm @@ -39,3 +39,17 @@ Windowitem::print(str[, level]) Windowitem::command(cmd) + +Windowitem::set_active() + Change window item active in parent window. + + +Windowitem::change_server(server) + Change server in window item. + +Windowitem::is_active() + Returns 1 if window item is the active item in parent window. + +Dcc +Windowitem::get_dcc(item) + If `item' is a query of a =nick, return DCC chat record of nick. |