From cca213f6493119ab3f642e08dba798f557630f53 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 19 Nov 2001 22:32:34 +0000 Subject: Headers cleaning --- include/IRC.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/IRC.h') diff --git a/include/IRC.h b/include/IRC.h index f8db55b..457c199 100644 --- a/include/IRC.h +++ b/include/IRC.h @@ -170,11 +170,13 @@ class Channel : public Base { public: Channel(const String &, const String & = ""); ~Channel(); + protected: Channel * GetNext(); Channel * GetPrev(); String GetName(); String GetKey(); + private: String Name, Key; static Channel * start; @@ -187,6 +189,7 @@ class IRC : public Base { virtual ~IRC(); bool Connect(); void MainLoop(); + private: int Parse(const String &); String nick, server, user, name; -- cgit v1.2.3