Added /caps command

This commit is contained in:
James Booth
2013-02-17 01:04:10 +00:00
parent ab591b41b2
commit 44d2f8da7a
7 changed files with 130 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ typedef struct capabilities_t {
char *software_version;
char *os;
char *os_version;
GSList *features;
} Capabilities;
// connection functions