summaryrefslogtreecommitdiffstats
path: root/src/objects/dcc-chat-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/dcc-chat-object.c')
-rw-r--r--src/objects/dcc-chat-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/dcc-chat-object.c b/src/objects/dcc-chat-object.c
index 5cfe796..0a6e0d0 100644
--- a/src/objects/dcc-chat-object.c
+++ b/src/objects/dcc-chat-object.c
@@ -78,7 +78,7 @@ static PyMethodDef PyDccChat_methods[] = {
PyTypeObject PyDccChatType = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "DccChat", /*tp_name*/
+ "irssi.DccChat", /*tp_name*/
sizeof(PyDccChat), /*tp_basicsize*/
0, /*tp_itemsize*/
0, /*tp_dealloc*/