From 912092425248f7fc5155b4c7c46b7d00ec2676bc Mon Sep 17 00:00:00 2001 From: wazlaf Date: Fri, 20 Sep 2002 23:28:14 +0000 Subject: support for client commands (only /join implemented so far), crash bugfix, fixed 2 leaks, server browser now includes a channel list --- (limited to 'noncore/net/opieirc/ircservertab.h') diff --git a/noncore/net/opieirc/ircservertab.h b/noncore/net/opieirc/ircservertab.h index fa9a0a3..cfa0832 100644 --- a/noncore/net/opieirc/ircservertab.h +++ b/noncore/net/opieirc/ircservertab.h @@ -39,6 +39,9 @@ public: /* Start the server session */ void doConnect(); void removeChannelTab(IRCChannelTab *tab); + + /* Execute a user command such as /join */ + void executeCommand(IRCTab *tab, QString line); protected: void appendText(QString text); IRCChannelTab *getTabForChannel(IRCChannel *channel); -- cgit v0.9.0.2