diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 22:12:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 22:12:45 +0000 |
commit | 69b414c69ce04ba91eac5754e418a816bcf4f403 (patch) | |
tree | c0a1eb0b30f5eac1c1a6357378e9b2a127ecb90a /src | |
parent | 2f5a1dcc42c959e65b5322312dd38b1e7fd446ea (diff) |
Changes of RemoveServer to char* to const char*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@658 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 9b410b95e..6f4565e98 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -6716,7 +6716,7 @@ void DoSplit(const char* params) // removes a server. Will NOT remove its users! -void RemoveServer(char* name) +void RemoveServer(const char* name) { bool go_again = true; while (go_again) |