instance method IRC#user

View Source on GitHub →

IRC#user( username, wallops, invisible, realname ) → self
  • username (String) – User name
  • wallops (Boolean) – Set +w on connect
  • invisible (Boolean) – Set +i on connect
  • realname (String) – Real name

Specify user’s identify to the server. username must not contain spaces, but realname may.

Examples

irc_instance.user( 'king', false, true, 'Lion King' )