Kaynağa Gözat

* Remove hardcoded -bot alias and move to 'set alias'. Also add a '+bot' alias to 'newleaf'

Bryan Drewery 16 yıl önce
ebeveyn
işleme
3815ac0783
3 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 1 0
      doc/UPDATES
  2. 2 0
      doc/settings.txt
  3. 0 1
      src/cmds.c

+ 1 - 0
doc/UPDATES

@@ -130,6 +130,7 @@
   * Chain WHO requests to try avoiding Max SendQ
   * More Auth channel commands are now available. Auth up and run +help to see them all. (fixes #2)
   * Add debug buffer output on crash - please give to bryan if it ever comes up.
+  * Remove hardcoded -bot alias and move to 'set alias'. Also add a '+bot' alias to 'newleaf'
 
 1.2.16.1
 * Fix linux compile errors

+ 2 - 0
doc/settings.txt

@@ -8,6 +8,8 @@ cq clearqueue play
 +list set +
 -list set -
 list set list
+-bot -user
++bot newleaf
 
 # From http://stats.efnet.org with hubs removed
 :servers

+ 0 - 1
src/cmds.c

@@ -4557,7 +4557,6 @@ cmd_t C_dcc[] =
   {"+host",		"o|o",	(Function) cmd_pls_host,	NULL, AUTH},
   {"+ignore",		"m",	(Function) cmd_pls_ignore,	NULL, AUTH},
   {"+user",		"m",	(Function) cmd_pls_user,	NULL, AUTH},
-  {"-bot",		"a",	(Function) cmd_mns_user,	NULL, HUB},
   {"-host",		"",	(Function) cmd_mns_host,	NULL, AUTH},
   {"-ignore",		"m",	(Function) cmd_mns_ignore,	NULL, AUTH},
   {"-user",		"m",	(Function) cmd_mns_user,	NULL, AUTH},