aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_testnet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_testnet.cpp')
-rw-r--r--src/modules/m_testnet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_testnet.cpp b/src/modules/m_testnet.cpp
index 06f61c01e..34b0e586f 100644
--- a/src/modules/m_testnet.cpp
+++ b/src/modules/m_testnet.cpp
@@ -194,8 +194,8 @@ class CommandTest : public Command
{
// work around printf's lack of a size_t format specification
#define szl(x) static_cast<unsigned long>(sizeof(x))
- user->SendText(":z.z NOTICE !info :User=%lu/%lu/%lu Channel=%lu Membership=%lu ban=%lu",
- szl(LocalUser), szl(RemoteUser), szl(FakeUser), szl(Channel),
+ user->SendText(":z.z NOTICE !info :User=%lu/%lu Channel=%lu Membership=%lu ban=%lu",
+ szl(LocalUser), szl(FakeUser), szl(Channel),
szl(Membership), szl(BanItem));
}
else if (parameters[0] == "check")