Tests whether a target name is a channel (starts with one of CHANNEL_PREFIXES).
A PRIVMSG/NOTICE target (channel or nick).
True when target names a channel rather than a user.
target
1.0.4
import { isChannelName } from 'edgeport/irc';isChannelName('#ops'); // trueisChannelName('alice'); // false Copy
import { isChannelName } from 'edgeport/irc';isChannelName('#ops'); // trueisChannelName('alice'); // false
Tests whether a target name is a channel (starts with one of CHANNEL_PREFIXES).