diff options
| author | 2005-05-02 17:23:40 +0000 | |
|---|---|---|
| committer | 2005-05-02 17:23:40 +0000 | |
| commit | e06a27ff0c52acbee3299614c2f60d2cb53a9e60 (patch) | |
| tree | dc83dc7ca3f28647ad4c317d569176f08f7d96ca /src/channels.cpp | |
| parent | Attempted /who fixes (diff) | |
| download | inspircd++-e06a27ff0c52acbee3299614c2f60d2cb53a9e60.tar.gz inspircd++-e06a27ff0c52acbee3299614c2f60d2cb53a9e60.tar.bz2 inspircd++-e06a27ff0c52acbee3299614c2f60d2cb53a9e60.zip | |
Added /stats T
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1280 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index b586871ea..fcc1c732d 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -125,7 +125,7 @@ chanrec::chanrec() void chanrec::SetCustomMode(char mode,bool mode_on) { if (mode_on) { - char m[3]; + static char m[3]; m[0] = mode; m[1] = '\0'; if (!strchr(this->custom_modes,mode)) |
