1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 22:06:02 +00:00

Fixed ban behavior: users which are banned from a channel can't no longer

send PRIVMSG's to this channel (fixes Bug #47).
This commit is contained in:
Alexander Barton
2003-11-06 01:07:44 +00:00
parent ec2f16fa16
commit be79fabcbf
2 changed files with 14 additions and 5 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd CVS-HEAD
- Fixed ban behavior: users which are banned from a channel can't no
longer send PRIVMSG's to this channel (fixes Bug #47).
- Fixed and enhanced the "penalty handling" of the server: commands that
require more resources block the client for a short time.
- Changed the internal time resolution to one second.
@@ -475,4 +477,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.215 2003/11/05 23:24:48 alex Exp $
$Id: ChangeLog,v 1.216 2003/11/06 01:07:44 alex Exp $