diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index b078b3a7d..2d8fc19f5 100644 --- a/include/commands.h +++ b/include/commands.h @@ -59,6 +59,8 @@ class CoreExport CommandSource public: /* The account executing the command */ Reference<NickCore> nc; + /* for web clients */ + Anope::string ip; /* Where the reply should go */ CommandReply *reply; /* Channel the command was executed on (fantasy) */ |