ngircd-tor/src
Alexander Barton 4693226d69 Get rid of unclever assert() in Send_Message_Mask()
Either we use assert() to _guarantee_ a certain condition, or we use
if(...) to test for it. But never both.

So get rid of the assert() in Send_Message_Mask() and handle the case
that the target mask doesn't contain a dot (".") as regular error,
don't require the caller to assure that any more.

This polishes commit 5a312824.

Please note:
The test in Send_Message() is still _required_ to detect whether the
target is a channel (no dot) or a "target mask" (at least one dot)!
2016-01-04 20:37:13 +01:00
..
ipaddr Streamline ".gitignore" files 2015-07-19 03:03:06 +02:00
ngircd Get rid of unclever assert() in Send_Message_Mask() 2016-01-04 20:37:13 +01:00
portab Whitespace fixes (no functional changes) 2015-08-01 15:15:30 +02:00
testsuite Test suite: Add new test for server-server logins 2015-12-30 17:10:26 +01:00
tool Streamline ".gitignore" files 2015-07-19 03:03:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00