You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NumericConstants.kt 289B

1234567891011
  1. package com.dmdirc.ktirc.messages
  2. internal const val RPL_WELCOME = "001"
  3. internal const val RPL_ISUPPORT = "005"
  4. internal const val RPL_UMODEIS = "221"
  5. internal const val RPL_CHANNELMODEIS = "324"
  6. internal const val RPL_ENDOFMOTD = "376"
  7. internal const val ERR_NOMOTD = "422"