/LOGIN ( nick -- )


Vocabulary
irc.client.internals

Inputs
nickan object


Outputs
None

Definition


: /LOGIN ( nick -- )
dup /NICK "USER " prepend
" hostname servername :irc.factor" append irc-print ;