1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 21:26:38 +02:00

Store an IP in CommandSource for IRC messages too.

This commit is contained in:
Sadie Powell
2024-05-06 17:08:37 +01:00
parent 23db58a303
commit 68f4556609
+1
View File
@@ -26,6 +26,7 @@ CommandSource::CommandSource(const Anope::string &n, User *user, NickCore *core,
: nick(n)
, u(user)
, nc(core)
, ip(user ? user->ip.str() : "")
, reply(r)
, service(bi)
, msgid(m)