From 903dbea2b1c4072fcd4538bf67feaf1cf968bac9 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 1 Jul 2006 14:40:53 +0000 Subject: Change WriteChannelWithServ and it's _NoFormat to take a const char* servername rather than char* - although it doesn't seem to be used :< Lose some more casts in m_spanningtree, unneeded because of above changes Make xline_set_creation_time() take const char* rather than char* for it's first parameter, lose more casts in spanningtree because of this Make do_whois take a const char* rather chan char* nick, lose yet more casts git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4095 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_whois.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands') diff --git a/include/commands/cmd_whois.h b/include/commands/cmd_whois.h index 5e62e64a3..75abc6053 100644 --- a/include/commands/cmd_whois.h +++ b/include/commands/cmd_whois.h @@ -28,7 +28,7 @@ #include "users.h" #include "channels.h" -void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, char* nick); +void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, const char* nick); class cmd_whois : public command_t { -- cgit v1.2.3