<html>
<head>
</head>
<body>
well....<br>
there are a lot that you have to change.there are a lot of files with this
line.<br>
only for the /ns help is on /modules/nickserv.then pico main.c.then on function
<br>
static void do_help(User *u)<br>
{<br>
    char *cmd = strtok_remaining();<br>
<br>
replace the last line with the <br>
 char *cmd = strtok(NULL, "");<br>
it's ok ONLY for the /ns help.i hope there is an easier way to replace all
and not by hand :/<br>
<br>
<br>
<br>
Romek Krisztián wrote:<br>
<blockquote type="cite" cite="mid:000b01c1d8e0$505360c0$0b00000a@rokusnet.hu">
  <pre wrap="">Thank you for your message!<br><br>It's the same if I don't use enough parameters for /cs register (without<br>description). And also in version a25 it was okey.<br><br>How did you do that? Where is that line to modify? Which file?<br><br>----- Original Message -----<br>From: George Stamatiou <a class="moz-txt-link-rfc2396E" href="mailto:master@xchat.gr">&lt;master@xchat.gr&gt;</a><br>To: <a class="moz-txt-link-rfc2396E" href="mailto:ircservices-coding@ircservices.za.net">&lt;ircservices-coding@ircservices.za.net&gt;</a><br>Sent: Sunday, March 31, 2002 8:19 PM<br>Subject: Re: [IRCServices Coding] segmentation faults - ircservices 5.0a26<br><br><br></pre>
  <blockquote type="cite">
    <pre wrap="">well, seems that i have the same problem.<br>when i do a /ns help serverices crashes.if i replace the<br>strtok_remaining();  with strtok(NULL, ""); and it works ok.<br>I don't know what's going wrong.<br>I have bahamut 1.4(31).the version before (a25) hasn't got that problem.<br><br>Thanks<br><br><br>------------------------------------------------------------------<br>To unsubscribe or change your subscription options, visit:<br><a class="moz-txt-link-freetext" href="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</a><br></pre>
    </blockquote>
    <pre wrap=""><!----><br>------------------------------------------------------------------<br>To unsubscribe or change your subscription options, visit:<br><a class="moz-txt-link-freetext" href="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</a><br><br><br></pre>
    </blockquote>
    <br>
    </body>
    </html>