diff options
| author | Adam <Adam@anope.org> | 2012-10-07 22:39:58 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-10-07 22:39:58 -0400 |
| commit | b8b63ff115f0daddf479b0da507a2f731255a06d (patch) | |
| tree | d6b82bf0dfc39fdfe6a6a23ba318bb0c2906d6c1 /data | |
| parent | 0a111c19764ed14ab5f724c78d9dd8c08a3c124f (diff) | |
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
Diffstat (limited to 'data')
| -rw-r--r-- | data/modules.example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |
