Time for another update. Most significantly, I implemented most user commands.
[quassel.git] / main / util.h
index e7b74f9..1a6d889 100644 (file)
@@ -29,6 +29,8 @@ QString nickFromMask(QString mask);
 QString userFromMask(QString mask);
 QString hostFromMask(QString mask);
 
+bool isChannelName(QString str);
+
 /**
  *  Writes a QVariant to a device. The data item is prefixed with the resulting blocksize,
  *  so the corresponding function readDataFromDevice() can check if enough data is available