diff options
author | Adam <Adam@anope.org> | 2012-04-23 05:08:26 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-04-23 05:08:26 -0400 |
commit | 573e49a7ead331219eb6f0d3ca9cf83e793a5c9c (patch) | |
tree | e145e04fa3d041cf92ce46da4ac790b63231059c /include/servers.h | |
parent | 63c639e108a00d7dbb0d7ac9891684fc83a3b207 (diff) |
Reworked live SQL support yet again
Diffstat (limited to 'include/servers.h')
-rw-r--r-- | include/servers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/servers.h b/include/servers.h index c2e56dbde..7b85a182a 100644 --- a/include/servers.h +++ b/include/servers.h @@ -137,7 +137,7 @@ class CoreExport Server : public Flags<ServerFlag> * @param source The source of the message * @param message The message */ - void Notice(BotInfo *source, const Anope::string &message); + void Notice(const BotInfo *source, const Anope::string &message); /** Find a server * @param name The name or SID/numeric |