[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Service help
On Fri, 28 Apr 2000 seant@xxxxxxxxxxxxxxxx wrote:
> Hi all,
>
> First, I'm new to the list and couldn't find an archive to see if my
> question was answered. Does such an archive exist?
I don't know any. There is The Book of IRC though :)
> The solution I am thinking of is to provide a service/bot combination.
> The service would monitor the creation of channels then send a bot to
> sit in each channel which would handle the message storage and
> retrieval. Each time my java applet loads, it will ask for the history
> from the bot in the channel it joins.
>
> Does this sound viable?
> Has it been done before?
sounds doable. It has been done before but not with this ircd.
ChatSpace can do it, which is a commercial software and used
for example by irc://thawte.chatspace.com (try joining #support and
it will replay).
> I am currently playing with telnetting into a local ircd (2.10.3) and
> simulating the service part of the solution. However, I believe that I
> have a misconifgured ircd.conf. A client dialog:
>
> [seant@ember /tmp]$ telnet localhost 6667
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> pass ember
> service SC * * 0 0 Foo
> ERROR :Access denied (service 0) SC[-seant@xxxxxxxxx]
> ERROR :Closing Link: SC[-seant@xxxxxxxxx] (Not enabled)
> Connection closed by foreign host.
you see it says "service 0", which is of course wrong, try
SERVICE SC 127.0.0.1 * 0 0 :foo
the SERVSET after it is a trap, be carefull, its has to be decimal
instead hex :)
> S:*:ember:SC:0xffffff:13
what does /stats s show?
Greets,
Engerim