From: Alexander Barton Date: Sat, 16 Aug 2008 00:36:30 +0000 (+0200) Subject: Allow ngIRCd to detect services connected to an "virtual services server". X-Git-Tag: rel-13-rc1~43 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=02d76230743a63d29800afc4d2f1f2473e624793;hp=02d76230743a63d29800afc4d2f1f2473e624793;p=ngircd-alex.git Allow ngIRCd to detect services connected to an "virtual services server". Introduce a new configuration variable "ServiceMask" in SERVER blocks to define a mask matching nick names that should be treated as services. Regular servers don't need this parameter (leave it empty, the default), but you should set it to "*Serv" when connection ircservices, for example. This patch allows ngIRCd to detect services, it doesn't change the functionality: you only get different log messages ;-) ---