module Circed::Utils::IrcUtils::ErrorMessages

Overview

Common IRC error messages to avoid string duplication

Defined in:

circed/utils/irc_utils.cr

Constant Summary

BAD_CHANNEL_MASK = "Bad Channel Mask"
BANNED_FROM_CHANNEL = "You are banned from this channel"
CANNOT_SEND_TO_CHANNEL = "Cannot send to channel"
CHANNEL_HAS_PASSWORD = "Channel has a password"
CHANNEL_IS_FULL = "Channel is full"
INVITE_ONLY_CHANNEL = "Channel is invite only"
NICKNAME_IN_USE = "Nickname is already in use"
NO_SUCH_CHANNEL = "No such channel"
NO_SUCH_NICK = "No such nick"
NOT_CHANNEL_OPERATOR = "You're not channel operator"
NOT_ON_CHANNEL = "You're not on that channel"
NOT_REGISTERED = "You have not registered"
UNKNOWN_COMMAND = "Unknown command"
USER_ON_CHANNEL = "User is already in channel"
USERS_DONT_MATCH = "Cannot change mode for other users"
WRONG_CHANNEL_FORMAT = "Wrong channel format"