]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/supported.c
[svn] Make EXTBAN 005 token like unreal's (, instead of :).
[irc/rqf/shadowircd.git] / src / supported.c
index 64cdbfa3dbdef1b716986e4b182853390ef882b4..ea7a3070104a2e9bf4bc90ffd64cfc07ec64446b 100644 (file)
@@ -28,7 +28,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- *  $Id: supported.c 3131 2007-01-21 15:36:31Z jilles $
+ *  $Id: supported.c 3568 2007-09-09 18:59:08Z jilles $
  */
 
 /* From the old supported.h which is
@@ -260,7 +260,7 @@ isupport_extban(void *ptr)
        p = get_extban_string();
        if (EmptyString(p))
                return NULL;
-       ircsnprintf(result, sizeof result, "$:%s", p);
+       ircsnprintf(result, sizeof result, "$,%s", p);
        return result;
 }