diff options
Diffstat (limited to 'src/send.cpp')
-rw-r--r-- | src/send.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.cpp b/src/send.cpp index f04e937c2..7f724a1e2 100644 --- a/src/send.cpp +++ b/src/send.cpp @@ -63,7 +63,7 @@ void send_cmd(const Anope::string &source, const char *fmt, ...) * @param ... any number of parameters * @return void */ -void notice_server(const Anope::string &source, Server *s, const char *fmt, ...) +void notice_server(const Anope::string &source, const Server *s, const char *fmt, ...) { va_list args; char buf[BUFSIZE] = ""; |