From fbad6a9f89e360727e42820250c8bdbc8e820743 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Thu, 17 Aug 2006 02:24:45 +0000 Subject: test2 git-svn-id: http://svn.irssi.org/repos/irssi-python@4318 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/irssi-python.html | 284 ++++++++++++++++++++++++------------------------- 1 file changed, 142 insertions(+), 142 deletions(-) (limited to 'docs') diff --git a/docs/irssi-python.html b/docs/irssi-python.html index 998a763..a28f381 100644 --- a/docs/irssi-python.html +++ b/docs/irssi-python.html @@ -17,7 +17,7 @@ Modules         -
_irssi
+
_irssi
sys

@@ -30,68 +30,68 @@
__builtin__.object
-
Ban -
Command -
Ignore -
IrssiBase +
Ban +
Command +
Ignore +
IrssiBase
-
Dcc +
Dcc
-
DccChat -
DccGet -
DccSend +
DccChat +
DccGet +
DccSend
-
IrssiChatBase +
IrssiChatBase
-
Chatnet -
Connect +
Chatnet +
Connect
-
IrcConnect +
IrcConnect
-
Nick -
Server +
Nick +
Server
-
IrcServer +
IrcServer
-
WindowItem +
WindowItem
-
Channel +
Channel
-
IrcChannel +
IrcChannel
-
Query +
Query
-
Log -
Logitem -
MainWindow -
Netsplit -
NetsplitChannel -
NetsplitServer -
Notifylist -
Process -
Rawlog -
Reconnect -
Script -
StatusbarItem -
TextDest -
Theme -
Window +
Log +
Logitem +
MainWindow +
Netsplit +
NetsplitChannel +
NetsplitServer +
Notifylist +
Process +
Rawlog +
Reconnect +
Script +
StatusbarItem +
TextDest +
Theme +
Window
@@ -117,16 +117,16 @@
+class Channel(WindowItem)
 
-class Channel(WindowItem)
    PyChannel objects
 
 
Method resolution order:
-
Channel
-
WindowItem
-
IrssiChatBase
-
IrssiBase
+
Channel
+
WindowItem
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -182,7 +182,7 @@ Data and other attributes defined here:
wholist = <attribute 'wholist' of 'irssi.Channel' objects>
/WHO list has been received

-Methods inherited from WindowItem:
+Methods inherited from WindowItem:
activity(...)
activity(data_level, hilight_color) -> None
change_server(...)
change_server(server) -> None
@@ -224,7 +224,7 @@ Set window item active
Return parent window for window item
-Data and other attributes inherited from WindowItem:
+Data and other attributes inherited from WindowItem:
createtime = <attribute 'createtime' of 'irssi.WindowItem' objects>
Time the witem was created
data_level = <attribute 'data_level' of 'irssi.WindowItem' objects>
0=no new data, 1=text, 2=msg, 3=highlighted text
@@ -236,7 +236,7 @@ Data and other attributes inherited from WindowI
server = <attribute 'server' of 'irssi.WindowItem' objects>
Active name for item

-Data and other attributes inherited from
IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -244,7 +244,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -255,15 +255,15 @@ Data and other attributes inherited from IrssiBas +class Chatnet(IrssiChatBase)
 
-class Chatnet(IrssiChatBase)
    PyChatnet objects
 
 
Method resolution order:
-
Chatnet
-
IrssiChatBase
-
IrssiBase
+
Chatnet
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -281,7 +281,7 @@ Data and other attributes defined here:
username = <attribute 'username' of 'irssi.Chatnet' objects>
if not empty, username preferred in this network

-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -289,7 +289,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -316,15 +316,15 @@ Data and other attributes inherited from IrssiBas +class Connect(IrssiChatBase)
 
-class Connect(IrssiChatBase)
    PyConnect objects
 
 
Method resolution order:
-
Connect
-
IrssiChatBase
-
IrssiBase
+
Connect
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -344,7 +344,7 @@ Data and other attributes defined here:
wanted_nick = <attribute 'wanted_nick' of 'irssi.Connect' objects>
Nick which we would prefer to use

-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -352,7 +352,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -363,14 +363,14 @@ Data and other attributes inherited from IrssiBas +class Dcc(IrssiBase)
 
-class Dcc(IrssiBase)
    PyDcc objects
 
 
Method resolution order:
-
Dcc
-
IrssiBase
+
Dcc
+
IrssiBase
__builtin__.object

@@ -416,7 +416,7 @@ Data and other attributes defined here:
transfd = <attribute 'transfd' of 'irssi.Dcc' objects>
Bytes transferred

-Data and other attributes inherited from IrssiBase:
+Data and other attributes inherited from IrssiBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
@@ -429,15 +429,15 @@ Data and other attributes inherited from IrssiBas +class DccChat(Dcc)
 
-class DccChat(Dcc)
    PyDccChat objects
 
 
Method resolution order:
-
DccChat
-
Dcc
-
IrssiBase
+
DccChat
+
Dcc
+
IrssiBase
__builtin__.object

@@ -455,7 +455,7 @@ Data and other attributes defined here:
mirc_ctcp = <attribute 'mirc_ctcp' of 'irssi.DccChat' objects>
Send CTCPs without the CTCP_MESSAGE prefix

-Methods inherited from Dcc:
+Methods inherited from Dcc:
close(...)
close() -> None
 
Close and destroy DCC connection.
@@ -469,7 +469,7 @@ Destroy DCC connection ?
-Data and other attributes inherited from Dcc:
+Data and other attributes inherited from Dcc:
addr = <attribute 'addr' of 'irssi.Dcc' objects>
Other side's IP address.
arg = <attribute 'arg' of 'irssi.Dcc' objects>
Given argument .. file name usually
@@ -497,7 +497,7 @@ Data and other attributes inherited from Dcc:
transfd = <attribute 'transfd' of 'irssi.Dcc' objects>
Bytes transferred

-Data and other attributes inherited from IrssiBase:
+Data and other attributes inherited from IrssiBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
@@ -510,15 +510,15 @@ Data and other attributes inherited from IrssiBas +class DccGet(Dcc)
 
-class DccGet(Dcc)
    PyDccGet objects
 
 
Method resolution order:
-
DccGet
-
Dcc
-
IrssiBase
+
DccGet
+
Dcc
+
IrssiBase
__builtin__.object

@@ -534,7 +534,7 @@ Data and other attributes defined here:
skipped = <attribute 'skipped' of 'irssi.DccGet' objects>
Bytes skipped from start (resuming file)

-Methods inherited from Dcc:
+Methods inherited from Dcc:
close(...)
close() -> None
 
Close and destroy DCC connection.
@@ -548,7 +548,7 @@ Destroy DCC connection ?
-Data and other attributes inherited from Dcc:
+Data and other attributes inherited from Dcc:
addr = <attribute 'addr' of 'irssi.Dcc' objects>
Other side's IP address.
arg = <attribute 'arg' of 'irssi.Dcc' objects>
Given argument .. file name usually
@@ -576,7 +576,7 @@ Data and other attributes inherited from Dcc:
transfd = <attribute 'transfd' of 'irssi.Dcc' objects>
Bytes transferred

-Data and other attributes inherited from IrssiBase:
+Data and other attributes inherited from IrssiBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
@@ -589,15 +589,15 @@ Data and other attributes inherited from IrssiBas +class DccSend(Dcc)
 
-class DccSend(Dcc)
    PyDccSend objects
 
 
Method resolution order:
-
DccSend
-
Dcc
-
IrssiBase
+
DccSend
+
Dcc
+
IrssiBase
__builtin__.object

@@ -613,7 +613,7 @@ Data and other attributes defined here:
waitforend = <attribute 'waitforend' of 'irssi.DccSend' objects>
File is sent, just wait for the replies from the other side

-Methods inherited from Dcc:
+Methods inherited from Dcc:
close(...)
close() -> None
 
Close and destroy DCC connection.
@@ -627,7 +627,7 @@ Destroy DCC connection ?
-Data and other attributes inherited from Dcc:
+Data and other attributes inherited from Dcc:
addr = <attribute 'addr' of 'irssi.Dcc' objects>
Other side's IP address.
arg = <attribute 'arg' of 'irssi.Dcc' objects>
Given argument .. file name usually
@@ -655,7 +655,7 @@ Data and other attributes inherited from Dcc:
transfd = <attribute 'transfd' of 'irssi.Dcc' objects>
Bytes transferred

-Data and other attributes inherited from IrssiBase:
+Data and other attributes inherited from IrssiBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
@@ -710,17 +710,17 @@ Data and other attributes defined here:
+class IrcChannel(Channel)
 
-class IrcChannel(Channel)
    PyIrcChannel objects
 
 
Method resolution order:
-
IrcChannel
-
Channel
-
WindowItem
-
IrssiChatBase
-
IrssiBase
+
IrcChannel
+
Channel
+
WindowItem
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -742,7 +742,7 @@ Remove a new ban from channel. Returns a list of bans in the channel.
-Methods inherited from Channel:
+Methods inherited from Channel:
nick_find(...)
nick_find(nick) -> Nick object or None
 
Find nick from nicklist.
@@ -764,7 +764,7 @@ Return a list of nicks in the channel.
-Data and other attributes inherited from Channel:
+Data and other attributes inherited from Channel:
chanop = <attribute 'chanop' of 'irssi.Channel' objects>
You are channel operator
joined = <attribute 'joined' of 'irssi.Channel' objects>
JOIN event for this channel has been received
@@ -794,7 +794,7 @@ Data and other attributes inherited from Channel
wholist = <attribute 'wholist' of 'irssi.Channel' objects>
/WHO list has been received
-Methods inherited from WindowItem:
+Methods inherited from WindowItem:
activity(...)
activity(data_level, hilight_color) -> None
change_server(...)
change_server(server) -> None
@@ -836,7 +836,7 @@ Set window item active
Return parent window for window item

-Data and other attributes inherited from WindowItem:
+Data and other attributes inherited from WindowItem:
createtime = <attribute 'createtime' of 'irssi.WindowItem' objects>
Time the witem was created
data_level = <attribute 'data_level' of 'irssi.WindowItem' objects>
0=no new data, 1=text, 2=msg, 3=highlighted text
@@ -848,7 +848,7 @@ Data and other attributes inherited from WindowI
server = <attribute 'server' of 'irssi.WindowItem' objects>
Active name for item

-Data and other attributes inherited from
IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -856,7 +856,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -867,16 +867,16 @@ Data and other attributes inherited from IrssiBas +class IrcConnect(Connect)
 
-class IrcConnect(Connect)
    PyIrcConnect objects
 
 
Method resolution order:
-
IrcConnect
-
Connect
-
IrssiChatBase
-
IrssiBase
+
IrcConnect
+
Connect
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -884,7 +884,7 @@ Data and other attributes defined here:
alternate_nick = <attribute 'alternate_nick' of 'irssi.IrcConnect' objects>
Alternate nick to use if default nick is taken

-Data and other attributes inherited from Connect:
+Data and other attributes inherited from Connect:
address = <attribute 'address' of 'irssi.Connect' objects>
Address where we connected (irc.blah.org)
chatnet = <attribute 'chatnet' of 'irssi.Connect' objects>
Chat network
@@ -900,7 +900,7 @@ Data and other attributes inherited from Connect
wanted_nick = <attribute 'wanted_nick' of 'irssi.Connect' objects>
Nick which we would prefer to use
-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -908,7 +908,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -919,16 +919,16 @@ Data and other attributes inherited from IrssiBas +class IrcServer(Server)
 
-class IrcServer(Server)
    PyIrcServer objects
 
 
Method resolution order:
-
IrcServer
-
Server
-
IrssiChatBase
-
IrssiBase
+
IrcServer
+
Server
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -1036,7 +1036,7 @@ Data and other attributes defined here:
usermode = <attribute 'usermode' of 'irssi.IrcServer' objects>
User mode in server

-Methods inherited from Server:
+Methods inherited from Server:
channel_find(...)
channel_find(name) -> Channel object or None
 
Find channel from this server
@@ -1135,7 +1135,7 @@ Find window with level Find window item that matches best to given arguments
-Data and other attributes inherited from Server:
+Data and other attributes inherited from Server:
away_reason = <attribute 'away_reason' of 'irssi.Server' objects>
Away reason message
banned = <attribute 'banned' of 'irssi.Server' objects>
Were we banned from this server? 1|0
@@ -1167,7 +1167,7 @@ Data and other attributes inherited from Server:
version = <attribute 'version' of 'irssi.Server' objects>
Server version

-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -1175,7 +1175,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -1204,14 +1204,14 @@ Data and other attributes inherited from IrssiBas +class IrssiChatBase(IrssiBase)
 
-class IrssiChatBase(IrssiBase)
    PyIrssiChatBase objects
 
 
Method resolution order:
-
IrssiChatBase
-
IrssiBase
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -1223,7 +1223,7 @@ Data and other attributes defined here:
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -1416,15 +1416,15 @@ Data and other attributes defined here:
+class Nick(IrssiChatBase)
 
-class Nick(IrssiChatBase)
    PyNick objects
 
 
Method resolution order:
-
Nick
-
IrssiChatBase
-
IrssiBase
+
Nick
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -1452,7 +1452,7 @@ Data and other attributes defined here:
voice = <attribute 'voice' of 'irssi.Nick' objects>
User status

-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -1460,7 +1460,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -1529,16 +1529,16 @@ Data and other attributes defined here:
+class Query(WindowItem)
 
-class Query(WindowItem)
    PyQuery objects
 
 
Method resolution order:
-
Query
-
WindowItem
-
IrssiChatBase
-
IrssiBase
+
Query
+
WindowItem
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -1556,7 +1556,7 @@ Data and other attributes defined here:
unwanted = <attribute 'unwanted' of 'irssi.Query' objects>
1 if the other side closed or some error occured (DCC chats)

-Methods inherited from WindowItem:
+Methods inherited from WindowItem:
activity(...)
activity(data_level, hilight_color) -> None
command(...)
command(cmd) -> None
@@ -1594,7 +1594,7 @@ Set window item active
Return parent window for window item
-Data and other attributes inherited from WindowItem:
+Data and other attributes inherited from WindowItem:
createtime = <attribute 'createtime' of 'irssi.WindowItem' objects>
Time the witem was created
data_level = <attribute 'data_level' of 'irssi.WindowItem' objects>
0=no new data, 1=text, 2=msg, 3=highlighted text
@@ -1606,7 +1606,7 @@ Data and other attributes inherited from WindowI
server = <attribute 'server' of 'irssi.WindowItem' objects>
Active name for item

-Data and other attributes inherited from
IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -1614,7 +1614,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -1800,15 +1800,15 @@ Data and other attributes defined here:
+class Server(IrssiChatBase)
 
-class Server(IrssiChatBase)
    PyServer objects
 
 
Method resolution order:
-
Server
-
IrssiChatBase
-
IrssiBase
+
Server
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -1943,7 +1943,7 @@ Data and other attributes defined here:
version = <attribute 'version' of 'irssi.Server' objects>
Server version

-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -1951,7 +1951,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -2160,15 +2160,15 @@ Data and other attributes defined here:
+class WindowItem(IrssiChatBase)
 
-class WindowItem(IrssiChatBase)
    PyWindowItem objects
 
 
Method resolution order:
-
WindowItem
-
IrssiChatBase
-
IrssiBase
+
WindowItem
+
IrssiChatBase
+
IrssiBase
__builtin__.object

@@ -2226,7 +2226,7 @@ Data and other attributes defined here:
server = <attribute 'server' of 'irssi.WindowItem' objects>
Active name for item

-Data and other attributes inherited from IrssiChatBase:
+Data and other attributes inherited from IrssiChatBase:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
chat_type = <attribute 'chat_type' of 'irssi.IrssiChatBase' objects>
Chat name (str)
@@ -2234,7 +2234,7 @@ Data and other attributes inherited from Irss
chat_type_id = <attribute 'chat_type_id' of 'irssi.IrssiChatBase' objects>
Chat Type id (int)

-Data and other attributes inherited from
IrssiBase:
+Data and other attributes inherited from IrssiBase:
type = <attribute 'type' of 'irssi.IrssiBase' objects>
Irssi's name for object
type_id = <attribute 'type_id' of 'irssi.IrssiBase' objects>
Irssi's type id for object
@@ -2591,4 +2591,4 @@ Return refnum for last window. SIGNAL_PRIORITY_DEFAULT = 0
SIGNAL_PRIORITY_HIGH = -100
SIGNAL_PRIORITY_LOW = 100
- \ No newline at end of file + -- cgit