diff --git a/grc.conf b/grc.conf index 407630e..436df79 100644 --- a/grc.conf +++ b/grc.conf @@ -1,11 +1,3 @@ -# anything to do with irc -\b\w+\b.*irc.* -conf.irclog - -# log file -\b\w+\b.*log\b -conf.log - # configure command ^([/\w\.]+\/)?configure\b conf.configure @@ -297,3 +289,13 @@ conf.go-test # sockstat command ^([/\w\.]+\/)?sockstat\b conf.sockstat + +# anything to do with irc +\b\w+\b.*irc.* +conf.irclog + +# log file +\b\w+\b.*log\b +conf.log + +