SignanlProxy does no longer try to write to closed devices. Also closed devices can...
[quassel.git] / src / common / util.h
index 36ef813..c7e89da 100644 (file)
@@ -34,6 +34,8 @@ QString userFromMask(QString mask);
 QString hostFromMask(QString mask);
 bool isChannelName(QString str);
 
+//! Strip mIRC format codes
+QString stripFormatCodes(QString);
 
 QString secondsToString(int timeInSeconds);