summaryrefslogtreecommitdiffstats
path: root/src/objects/chatnet-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/chatnet-object.c')
-rw-r--r--src/objects/chatnet-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/chatnet-object.c b/src/objects/chatnet-object.c
index c22f0cb..2cbbb70 100644
--- a/src/objects/chatnet-object.c
+++ b/src/objects/chatnet-object.c
@@ -105,7 +105,7 @@ static PyMethodDef PyChatnet_methods[] = {
PyTypeObject PyChatnetType = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "Chatnet", /*tp_name*/
+ "irssi.Chatnet", /*tp_name*/
sizeof(PyChatnet), /*tp_basicsize*/
0, /*tp_itemsize*/
(destructor)PyChatnet_dealloc, /*tp_dealloc*/