From 9836bd917b578f793f62ff17af5538e20a9a833c Mon Sep 17 00:00:00 2001 From: jamie Date: Sun, 1 Oct 2006 22:55:49 +0000 Subject: Remove duplicate oper notice git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5379 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sajoin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index 063f52e95..abf2b5d07 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -55,7 +55,6 @@ class cmd_sajoin : public command_t return CMD_FAILURE; } - ServerInstance->WriteOpers(std::string(user->nick)+" used SAJOIN to make "+std::string(dest->nick)+" join "+parameters[1]); chanrec::JoinUser(ServerInstance, dest, parameters[1], true); /* Fix for dotslasher and w00t - if the join didnt succeed, return CMD_FAILURE so that it doesnt propogate */ -- cgit v1.2.3