From f7aa46fb33285f1e52675014a3c2f66c9ca27c8c Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 16 May 2011 02:47:23 -0400 Subject: [PATCH] Note m_async_commands is experimental --- data/example.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/example.conf b/data/example.conf index f05969403..1ce4ad4dd 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1945,6 +1945,9 @@ alias * If this is loaded with db_mysql_live then Anope will support * processing multiple commands at once which will negate the "lag" * issues caused from the overhead of SQL queries by db_mysq_live. + * + * Note that this module is currently EXPERIMENTAL and you should report + * any bugs you find. */ #module { name = "m_async_commands" }