Browse Source

* Removed aliases '-set' '+set' and 'lset', replaced with: '-list' '+list' 'list'

svn: 2189
Bryan Drewery 21 years ago
parent
commit
358a69a224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/set.c

+ 1 - 1
src/set.c

@@ -21,7 +21,7 @@
 int set_noshare = 0;
 int set_noshare = 0;
 int dcc_autoaway = 1800;
 int dcc_autoaway = 1800;
 bool auth_obscure = 0;
 bool auth_obscure = 0;
-char alias[1024] = "bc botcmd,bl botcmd ?,+set set +,-set set -,lset set list";
+char alias[1024] = "bc botcmd,bl botcmd ?,+list set +,-list set -,list set list";
 char auth_key[51] = "";
 char auth_key[51] = "";
 char auth_prefix[2] = "";
 char auth_prefix[2] = "";
 int badprocess = DET_IGNORE;
 int badprocess = DET_IGNORE;