summaryrefslogtreecommitdiffstats
path: root/src/objects/dcc-get-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/dcc-get-object.c')
-rw-r--r--src/objects/dcc-get-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/dcc-get-object.c b/src/objects/dcc-get-object.c
index fa7c13a..959af05 100644
--- a/src/objects/dcc-get-object.c
+++ b/src/objects/dcc-get-object.c
@@ -79,7 +79,7 @@ static PyMethodDef PyDccGet_methods[] = {
PyTypeObject PyDccGetType = {
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
- "DccGet", /*tp_name*/
+ "irssi.DccGet", /*tp_name*/
sizeof(PyDccGet), /*tp_basicsize*/
0, /*tp_itemsize*/
0, /*tp_dealloc*/