aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_alias.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_alias.cpp')
-rw-r--r--src/modules/m_alias.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp
index b7de8c8a7..1a02b2972 100644
--- a/src/modules/m_alias.cpp
+++ b/src/modules/m_alias.cpp
@@ -163,7 +163,7 @@ public:
/* If they're not registered yet, we dont want
* to know.
*/
- if (user->registered != REG_ALL)
+ if (!user->IsFullyConnected())
return MOD_RES_PASSTHRU;
/* We dont have any commands looking like this? Stop processing. */