aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/mainwindow.cpp b/irc/mainwindow.cpp
index dede122..9f559fa 100644
--- a/irc/mainwindow.cpp
+++ b/irc/mainwindow.cpp
@@ -45,7 +45,7 @@ void MainWindow::readData()
{
// qDebug()<< "in /dice";
- QString dice=".*PRIVMSG.*\!(.*)";
+ QString dice=".*PRIVMSG.*!(.*)";
QRegExp exp(dice);
exp.indexIn(readLine);