summaryrefslogtreecommitdiff
path: root/modules/m_away.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_away.c')
-rw-r--r--modules/m_away.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/m_away.c b/modules/m_away.c
index 644d1d5..e690036 100644
--- a/modules/m_away.c
+++ b/modules/m_away.c
@@ -99,9 +99,6 @@ static void
ms_away(struct Client *client_p, struct Client *source_p,
int parc, char *parv[])
{
- if (!IsClient(source_p))
- return;
-
if (parc < 2 || EmptyString(parv[1]))
{
/* Marking as not away */