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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user