instance method IRC#part
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
IRC#part(channel) → self
channel
(String
)
– Channel to part
Stop listening for messages from a given channel
irc_instance.part('#asl'); // You've had your fill of `#asl` for the day