mirror of
https://github.com/anope/anope.git
synced 2026-07-02 01:46:39 +02:00
Trying to make things a little more const-safe, a work in progress but this is a bit better.
This commit is contained in:
+1
-1
@@ -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] = "";
|
||||
|
||||
Reference in New Issue
Block a user