diff options
Diffstat (limited to 'src/objects/irc-channel-object.c')
| -rw-r--r-- | src/objects/irc-channel-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/irc-channel-object.c b/src/objects/irc-channel-object.c index 5e9531d..63e4956 100644 --- a/src/objects/irc-channel-object.c +++ b/src/objects/irc-channel-object.c @@ -112,7 +112,7 @@ static PyMethodDef PyIrcChannel_methods[] = { PyTypeObject PyIrcChannelType = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ - "IrcChannel", /*tp_name*/ + "irssi.IrcChannel", /*tp_name*/ sizeof(PyIrcChannel), /*tp_basicsize*/ 0, /*tp_itemsize*/ 0, /*tp_dealloc*/ |
