Skip to content

Latest commit

 

History

History
35 lines (15 loc) · 484 Bytes

User.md

File metadata and controls

35 lines (15 loc) · 484 Bytes

IRC::User

This is the IRC::User class.

Initializer

$user = User($conn: Connection, $nick: Str)

Creates a new User class instance.

  • conn: Connection

  • nick: Str

  • optional user: Str

  • optional host: Str

  • optional real: Str

End of the IRC::User class.

This file was generated automatically by the Ferret compiler from User.frt.