From 7cd8fff5e1862fa8e886dedec8a1a2dfc8bbeacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Garab=C3=ADk?= Date: Tue, 29 Dec 2020 16:42:59 +0100 Subject: [PATCH] moved log and irclog last --- grc.conf | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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 + +