]> gitweb.factorcode.org Git - factor.git/blob - extra/irc/client/chats/chats-docs.factor
Switch to https urls
[factor.git] / extra / irc / client / chats / chats-docs.factor
1 ! Copyright (C) 2009 Bruno Deferrari
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.syntax ;
4 IN: irc.client.chats
5
6 HELP: irc-client "IRC Client object" ;
7
8 HELP: irc-server-chat "Chat for server messages unmanaged by other chats" ;
9
10 HELP: irc-channel-chat "Chat for irc channels" ;
11
12 HELP: irc-nick-chat "Chat for irc users" ;
13
14 HELP: irc-profile "IRC Client profile object" ;
15
16 HELP: irc-chat-end "Message sent to a chat when it has been detached from the client, the chat should stop after it receives this message." ;
17
18 HELP: irc-end "Message sent when the client isn't running anymore, the chat should stop after it receives this message." ;
19
20 HELP: irc-disconnected "Message sent to notify chats that connection was lost." ;
21
22 HELP: irc-connected "Message sent to notify chats that a connection with the irc server was established." ;