From 36f12984d3010bfad69de0c37a3203b0c471521c Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 9 Jan 2014 13:33:33 +0100 Subject: Stop null checking pointers that are always valid --- src/modules/m_alias.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_alias.cpp') diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 5fea846da..065b9184e 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -181,7 +181,7 @@ class ModuleAlias : public Module } // fcommands are only for local users. Spanningtree will send them back out as their original cmd. - if (!user || !IS_LOCAL(user)) + if (!IS_LOCAL(user)) { return; } -- cgit v1.3.1-10-gc9f91