Date: Tue, 24 Jun 1997 19:09:00 +0100 (WET DST)
From: Paulo Oliveira <pjao@dux.isec.pt>
To: Andy Church <achurch@dragonfire.net>
Subject: Re: Services & Server Version...

On Tue, 24 Jun 1997, Andy Church wrote:

 Here it goes...sorry for my bad english ;))

 In the file main.c you need to change the style of sending for other the
nick registration:
 send_cmd(NULL, " ....
 TO
 send_cmd(SERVER_NAME, " ....

 File operserv.c need to change:
 send_cmd(s_OperServ, "MODE ....
 TO
 send_cmd(SERVER_NAME, "MODE ...
 this is caused because the  undernet server respond to hack mode to a
server and note to a nick...

 File chanserv.c is the most complex part...that is because undernet
server do not alow change the topic with hack modes... so you need that
chanserv join's the channel, becomes op, changes de topic and leave:

     send_cmd(s_ChanServ,"JOIN %s", chan);
     send_cmd(SERVER_NAME, "MODE %s +o %s  0", chan, s_ChanServ);
     send_cmd(s_ChanServ, "TOPIC %s :%s",chan, param);
     send_cmd(s_ChanServ,"PART %s", chan);


That is all the changes needed for your services work in Undernet servers
;)))


I that you for tha action, and ask you for news about news relases of
services!!

TIA
Paulo Oliveira
 


--
Paulo Oliveira (PJAO/ToUrIsT)@IRC
System & IRC Administrator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ISEC - Instituto Superior de Eng. de Coimbra	Phone:	+351 39 7000200
Quinta da Nora					FAX:	+351 39 7000270
3030 Coimbra					E-MAIL: pjao@dux.isec.pt
PORTUGAL					http://dux.isec.pt/~pjao
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Associcao de Estudantes do ISEC			Phone:	+351 39 716040
Quinta da Nora					FAX:	+351 39 716040
3030 Coimbra					E-MAIL: aeisec@dux.isec.pt
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
