diff options
| author | 2005-06-01 13:23:19 +0000 | |
|---|---|---|
| committer | 2005-06-01 13:23:19 +0000 | |
| commit | 32cf50f38c39fb101b6ba0bc27316ac26f145a58 (patch) | |
| tree | d43c4d502a623130a6692878b24d876e710035f4 /src/message.cpp | |
| parent | Added <options:softlimit> (diff) | |
Many linking fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1578 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/message.cpp')
| -rw-r--r-- | src/message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.cpp b/src/message.cpp index c177eee93..6e024b027 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -261,7 +261,7 @@ int isident(const char* n) return 0; } /* can't occur ANYWHERE in an Ident! */ - if (strchr("<>,./?:;@'~#=+()*&%$£ \"!",n[i])) + if (strchr("<>,/?:;@'~#=+()*&%$£ \"!",n[i])) { return 0; } |
