summaryrefslogtreecommitdiff
path: root/src/plugins/python
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-08-21 16:32:48 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-08-21 16:32:48 +0000
commit11321acb96e5eb6eca73e54ba9cbae25a46cd978 (patch)
tree62be2af9842f81746f7a5963a8d108ac3312afda /src/plugins/python
parent84b1a27265bdd967e9be1df8d195925ba6ea5c75 (diff)
downloadweechat-11321acb96e5eb6eca73e54ba9cbae25a46cd978.zip
Added Ruby plugins skeleton
Diffstat (limited to 'src/plugins/python')
-rw-r--r--src/plugins/python/wee-python.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/wee-python.c b/src/plugins/python/wee-python.c
index 8b3f9927a..d1fd2d901 100644
--- a/src/plugins/python/wee-python.c
+++ b/src/plugins/python/wee-python.c
@@ -330,6 +330,7 @@ wee_python_get_info (PyObject *self, PyObject *args)
gui_printf (NULL,
_("%s error: server not found for \"%s\" function\n"),
"Python", "get_info");
+ return NULL;
}
}