- Cosmetic bug in set::modes-on-join: now rejecting +I in it. Reported by Ron2K ().

This commit is contained in:
Bram Matthys 2005-05-26 20:23:53 +00:00
parent 5fcd80e11f
commit 24beac59c3
2 changed files with 2 additions and 0 deletions

View file

@ -793,3 +793,4 @@
- Added './unreal backtrace', so far this has only been tested on Linux and FreeBSD.
- Fixed a bug making ./Config not load the previously stored settings on Solaris 10 and
probably other Unixes, reported by lion-o (#0002474).
- Cosmetic bug in set::modes-on-join: now rejecting +I in it. Reported by Ron2K (#0002508).

View file

@ -6842,6 +6842,7 @@ int _test_set(ConfigFile *conf, ConfigEntry *ce)
case 'v':
case 'b':
case 'e':
case 'I':
case 'O':
case 'A':
case 'z':