instance method IRC#part

View Source on GitHub →

IRC#part( channel ) → self
  • channel (String) – Channel to part

Stop listening for messages from a given channel

Examples

irc_instance.part( '#asl' ) // You've had your fill of `#asl` for the day