summaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core.h b/core.h
index 7ccc4ee..2696032 100644
--- a/core.h
+++ b/core.h
@@ -98,6 +98,8 @@ public:
void handlePrivmsg(const UserRef &user, const char *str);
char getEffectivePrefixChar(const char *nick) const;
+
+ void disconnected();
};