mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 20:51:35 +01:00
- Cosmetic bug in set::modes-on-join: now rejecting +I in it. Reported by Ron2K (#0002508).
This commit is contained in:
parent
5fcd80e11f
commit
24beac59c3
2 changed files with 2 additions and 0 deletions
1
Changes
1
Changes
|
@ -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).
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue