From b8b63ff115f0daddf479b0da507a2f731255a06d Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 7 Oct 2012 22:39:58 -0400 Subject: Remove the asynchronous identifing hack and replace it with something better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify --- data/modules.example.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/modules.example.conf b/data/modules.example.conf index db8b555ba..4ff3c710c 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -359,6 +359,9 @@ m_sql_authentication * @n@ is replaced with the user's nickname * @i@ is replaced with the user's IP * + * Note that @n@ and @i@ may not always exist in the case of a user identifying outside of the normal + * nickserv/identify command, such as through the web panel. + * * Furthermore, if a field named email is returned from this query the user's email is * set to its value. */ -- cgit