Bot-Cobalt

 view release on metacpan or  search on metacpan

share/etc/langs/ebonics.yml  view on Meta::CPAN

---
## etc/langs/ebonics.yml
## This is a cobalt2 core langset.
##
## Loosely based on the original darkbot6 ebonics.h by rapsux

NAME: ebonics
REV: 6
SPEC: 7

RPL:

 ## Core Cobalt set:

  ## RPL_NO_ACCESS: %nick
  RPL_NO_ACCESS: "%nick%, you aint got the juice for dat!"
  
  ## RPL_DB_ERR
  RPL_DB_ERR: "yo playa I ain't able to access the database!"

  ## RPL_PLUGIN_LOAD: %plugin, %module, %version
  RPL_PLUGIN_LOAD: "yo I be holdin' dis here %plugin (%module %version%)"

  ## RPL_PLUGIN_UNLOAD: %plugin
  RPL_PLUGIN_UNLOAD: "yo I just tossed %plugin cuz'a 5-0"

  ## RPL_PLUGIN_ERR: %plugin, %err
  RPL_PLUGIN_ERR: "that shit be fucked up: %plugin%: %err"

  ## RPL_PLUGIN_UNLOAD_ERR: %plugin, %err
  RPL_PLUGIN_UNLOAD_ERR: "tried to drop %plugin% but that shit be fucked up: %err"

  ## RPL_TIMER_ERR
  RPL_TIMER_ERR: "nigga I be hittin' too much rock to set no timer!"


 ## Bot::Cobalt::IRC:

  ## RPL_CHAN_SYNC: %chan
  RPL_CHAN_SYNC: "now about my paper on %chan"


 ## Plugin::Version:

  ## RPL_VERSION: %version, %perl_v, %poe_v, %pocoirc_v
  RPL_VERSION: "I be hustlin' wit %version (perl-%perl_v poe-%poe_v pocoirc-%pocoirc_v%) -- http://www.cobaltirc.org"

  ## RPL_INFO: %version, %plugins, %uptime, %sent, %topics, %randstuffs
  RPL_INFO: "I be runnin' wit %version%. we gots %plugins plugins in this mofugger, hustlin' fo %uptime%, puttin' in work %sent times. we kicks it wit %topics topics and %randstuffs randstuffs"

  ## RPL_OS: %os
  RPL_OS: "representin' %os"


 ## Plugin::Alarmclock:

  ## ALARMCLOCK_SET: %nick, %secs, %timestr, %timerid
  ALARMCLOCK_SET: "Alarm set to trigger in %secs%s (%nick%) [timerID: %timerid%]"
  
  ## ALARMCLOCK_NOSUCH: %nick, %timerid
  ALARMCLOCK_NOSUCH: "I ain't know about alarm %timerid"
  
  ## ALARMCLOCK_NOTYOURS: %nick, %timerid
  ALARMCLOCK_NOTYOURS: "yo %nick i ain't think %timerid be yours"
  
  ## ALARMCLOCK_DELETED: %nick, %timerid
  ALARMCLOCK_DELETED: "%nick i done forgot about %timerid"


 ## Plugin::Auth:

  ## Broken syntax RPLs, no args:
  AUTH_BADSYN_LOGIN: "dis be how you get down: LOGIN <username> <passwd>"
  AUTH_BADSYN_CHPASS: "dis be how you get down: CHPASS <oldpass> <newpass>"

  ## AUTH_SUCCESS: %context, %src, %nick, %user, %lev
  AUTH_SUCCESS: "you be in the clique now, dawg [%nick%] (%user - %lev%)"

  ## AUTH_FAIL_*: %context, %src, %nick, %user
  AUTH_FAIL_BADHOST: "no luck homie; host mismatch for %user [%src%]"
  AUTH_FAIL_BADPASS: "no luck homie; passwd mismatch (%user%)"
  AUTH_FAIL_NO_SUCH: "no luck homie; no such user (%user%)"
  AUTH_FAIL_NO_CHANS: "yo dawg I aint know you cuz you aint on my corner!"
  
  ## AUTH_CHPASS_*: %context, %src, %nick, %user 
  AUTH_CHPASS_BADPASS: "yo that nickname aint a match son (%user%)"
  AUTH_CHPASS_SUCCESS: "word dawg you gots a new passwd now (%user%)"

  ## AUTH_STATUS, %nick, %user, %lev
  AUTH_STATUS: "%nick% (%user%) be level %lev%"

  ## AUTH_USER_ADDED, %nick, %user, %mask, %lev
  AUTH_USER_ADDED: "aight I gots username %user% (%mask%) at level %lev%"

  ## AUTH_MASK_ADDED, %nick, %mask, %user
  AUTH_MASK_ADDED: "aight I gots new mask (%mask%) fo' %user%"

  ## AUTH_MASK_EXISTS, %nick, %mask, %user
  AUTH_MASK_EXISTS: "dawg %user% already gots mask %mask%"

  ## AUTH_MASK_DELETED, %nick, %mask, %user
  AUTH_MASK_DELETED: "aight aint got mask %mask% fo' user %user% no more"

  ## AUTH_USER_DELETED, %nick, %user
  AUTH_USER_DELETED: "aight I aint got user %user% no more"

  ## AUTH_USER_NOSUCH, %nick, %user
  AUTH_USER_NOSUCH: "I ain't be findin' %user%"

  ## AUTH_USER_EXISTS, %nick, %user
  AUTH_USER_EXISTS: "we already gots user %user% homie"
  
  ## AUTH_NOT_ENOUGH_ACCESS, %nick, %lev
  AUTH_NOT_ENOUGH_ACCESS: "you aint got the juice fo'dat! (current: %lev)"


 ## Plugin::Info3:

  ## INFO_DONTKNOW, %nick, %topic
  INFO_DONTKNOW: "%nick%, I ain't know about %topic"

  ## INFO_WHAT, %nick
  INFO_WHAT: "%nick%, whut?"
  
  ## INFO_TELL_WHO, %nick
  INFO_TELL_WHO: "you aint told me what to say, %nick%"
  



( run in 1.238 second using v1.01-cache-2.11-cpan-5837b0d9d2c )