Skip to content
Tom Feist edited this page Jan 9, 2011 · 28 revisions

Irssi::Query

home | Irssi
* [[Irssi::Query|#Irssi::Query]]
   * [[ATTRIBUTES|#ATTRIBUTES]]
   * [[METHODS|#METHODS]]

ATTRIBUTES

Query->{}

type - "QUERY" text
chat_type - String ID of chat protocol, for example "IRC"
   
(..contains all the same data as Windowitem above..)
   
address - Host address of the queries nick
server_tag - Server tag used for this nick (doesn't get erased if
             server gets disconnected)
unwanted - 1 if the other side closed or some error occured (DCC chats)

METHODS

destroy

Destroy the query.

=itemquery_change_server $server

Change the active server of the query.

Clone this wiki locally