浏览代码

* Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it

Bryan Drewery 16 年之前
父节点
当前提交
993928699d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/eggdrop.h

+ 1 - 1
src/eggdrop.h

@@ -62,7 +62,7 @@
 #define RANDSPECIAL     "#*+,-./;<=>?[]^_{}|"
 #define RANDSPECIALLEN  19
 
-#define RELEASE_TIME	7
+#define RELEASE_TIME	8
 
 #define ESCAPESHELL	"`\\|#*()[]& "