1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 01:03:13 +02:00

The next of a few "CBX OCDing over code style" commits, focusing on src/core/ns_*.

This commit is contained in:
Naram Qashat
2010-06-27 11:55:39 -04:00
parent 57caa0b53f
commit 9269d20a70
35 changed files with 104 additions and 213 deletions
+1 -4
View File
@@ -7,9 +7,8 @@
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
*
*
*/
/*************************************************************************/
#include "module.h"
@@ -58,9 +57,7 @@ class CommandNSIdentify : public Command
else
{
if (u->IsIdentified())
{
Alog() << Config.s_NickServ << ": " << u->GetMask() << " logged out of account " << u->Account()->display;
}
if (na->last_realname)
delete [] na->last_realname;