From 937ac6723befc11a9289790b3c01c14c24b92679 Mon Sep 17 00:00:00 2001
From: HarpyWar <harpywar@gmail.com>
Date: Sun, 6 Jul 2014 16:44:58 +0400
Subject: [PATCH] * move /killsession and /addacct into commented section for
 debug https://github.com/HarpyWar/pvpgn/issues/42 * remove unknown command
 /bitsinfo

---
 conf/command_groups.conf.in | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/conf/command_groups.conf.in b/conf/command_groups.conf.in
index 711a36a..dd44cdc 100644
--- a/conf/command_groups.conf.in
+++ b/conf/command_groups.conf.in
@@ -69,7 +69,6 @@
 1	/mail
 1	/motd
 1	/tos
-1	/bitsinfo
 1	/latency /ping /p
 1	/topic
 1	/icon
@@ -155,8 +154,7 @@
 3	/serverban /ipban
 3	/ipscan
 
-4	/kill /killsession
-4	/addacct
+4	/kill
 4	/lock /lockacct /unlock /unlockacct
 4	/mute /muteacct /unmute /unmuteacct
 
@@ -173,6 +171,14 @@
 
 8	/shutdown /rehash /find /save
 
+
+#	//////////////////////////////////////
+#	/////   Commands for Debugging   /////
+#	//////////////////////////////////////
+#8  /killsession
+#8	/addacct
+
+
 #	//////////////////////////////////////
 #	///// End of Command Groups File /////
 #	//////////////////////////////////////