Handbook
Glossary
connect-irc ( irc-client -- )
IRC Client
Prev:
irc-profile
Next:
terminate-irc ( irc-client -- )
Vocabulary
irc
.
client
Connecting to an irc server
Inputs
irc-client
an irc client object
Outputs
None
Word description
Connects and logins
irc-client
using the settings specified on its
irc-profile
.
Definition
USING:
irc.client.base
irc.client.internals
;
IN:
irc.client
:
connect-irc
( irc-client -- )
[
(connect-irc)
(do-login)
spawn-irc
]
with-irc
;