First, the name of your class ('default'), you should pick another name. This bug was fixed in CVS a while ago:
Code: Select all
- class name 'default' is reserved. Using it caused the ircd to crash
on-boot, reported by Dragon_Legion (#0003864).Code: Select all
sendq <send-queue>;Apparently the string you use is treated as a sendq of 0 (zero), and the IRCd incorrectly does not warn or error on this. I'll fix that.
EDIT: done:
Code: Select all
- Error on zero sendq in class::sendq, reported by jonbeard.