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