diff options
Diffstat (limited to 'modules/commands/ns_ajoin.cpp')
-rw-r--r-- | modules/commands/ns_ajoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_ajoin.cpp b/modules/commands/ns_ajoin.cpp index f5c48b9aa..9b63d6576 100644 --- a/modules/commands/ns_ajoin.cpp +++ b/modules/commands/ns_ajoin.cpp @@ -155,7 +155,7 @@ class CommandNSAJoin : public Command continue; } - AJoinEntry *entry = new AJoinEntry(nc); + auto *entry = new AJoinEntry(nc); entry->owner = nc; entry->channel = chan; entry->key = key; |