Advertisement
Guest User

Untitled

a guest
May 12th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ;colors: red brown purple orange yellow white black darkblue dgreen lgreen turq skyblue blue pink dgray lgray
  2. ;effects: [u] = underline [b] = bold [r] = reverse
  3.  
  4. [default]
  5. ;info notices to users
  6. logdisabled=Sorry, nickname registration and login are disabled.
  7. notregged=No such user: [b]+1+[/b]. Type [b]/notice +botnick+ unoregister <username> <password>[/b]
  8. notlogged=You are not logged in.
  9. alreadylogged=You are alreadly logged in under [b]+username+[/b]. Type [b]unologout[/b] to logout. (/notice +botnick+ unologout)
  10. logout=You are now logged out of account +username+
  11. passchange=Password for [b]+username+[/b] changed to [b]+1+[/b]
  12. passaccepted=[b][green]Password accepted.[/b][/green] You are now logged in.
  13. invalidlogin=[b][red]Invalid password.[/b][/red]
  14. toolong=Username and password must contain 20 characters or less each.
  15. usernametaken=Sorry, [b]+1+[b] is already registered. To login: /notice +botnick+ unologin <password>
  16. alreadyregged=Sorry, it looks as if you registered the username [b]+1+[/b]. Only one username per user is allowed due to abuse. If this is wrong, contact the owner of the bot.
  17. regsuccess=[b]+1+[/b] registered to you with the password [b]+2+[/b]
  18. floodmsg=You're flooding me. *ignores your commands for +1+ seconds*
  19. activegame=An Uno game is already active! Type [b]join[/b] to join the game
  20. endunoerr=Only [b]+1+[/b] can end the current game! Use [b]!unoremove[/b] to leave the game
  21. noactivegame=No active games! Type [b]!uno[/b] to start a round.
  22. alreadyplaying=You're already playing this round.
  23. notplayinground=You're not in this game. Type [b]join[/b] to play
  24. notyourturn=It isnt your turn...chill.
  25. playingas=Your score will be saved under the username [b]+username+[/b]
  26. notplayingas=You are [red]NOT[/red] logged in. Your score will not be saved.
  27. mustdraw=Draw a card first! Type [b]draw[/b]
  28. passorplay=You must [b]pass[/b] or [b]play[/b]
  29. wildwait=Waiting for [b]+1+[/b] to chose a color!
  30. hasuno=[b]+1+ has [yellow]U[/yellow][blue]N[/blue][red]O[/red]![/b]
  31. unowin=[b][red]+1+[/red] [green]WINS[/green] [yellow]U[/yellow][blue]N[/blue][red]O[/red]![/b]
  32. drawtwo=[b]+1+ [purple]DRAWS TWO[/purple] cards and is [green]SKIPPED[/green][/b]
  33. drawfour=[b]+1+ [red]DRAWS FOUR[/red] cards.[/b]
  34. skipped=[b]+1+ is [green]SKIPPED[/green][/b]
  35. choosecolor=Choose a color [b]+1+[/b]. Type color red, color blue, color yellow, or color green.
  36. reverseback=[b]<- [blue]REVERSE[/blue][/b]
  37. reversefwd=[b][blue]REVERSE[/blue] ->[/b]
  38. idlewarnplayer=You have [b]+1+[/b] seconds before you are removed from the game!
  39. idlewarnchan=[b]+1+[/b] will be removed from the game if they dont play their turn within [b]+2+[/b] seconds.
  40. stopuno=The current game has been [b]ENDED[/b] by [b]+1+[/b]
  41. endscore=Points this game +1+: [b][red]+2+[/red][/b]
  42. mustreg=To have your scores saved by the bot, you must login or register. Type [b]/notice +botnick+ unohelp for more info.[/b]
  43. unostart=+1+ wants to play Uno! Type [b]join[/b] in the channel to join the game. Game will start in 30 seconds.
  44. unostartbot=[red]The bot will be playing this round.[/red]
  45. willplay=[b]+1+[/b] will play!
  46. shuffledeck=[b][red]SHUFFLING DECK![/b][/red]
  47.  
  48. ;help notices to users
  49. hchpass=Usage: unochpass <new password>
  50. hlogin=Usage: unologin <username> <password>
  51. hregister=Usage: unoregister <username> <password>
  52. hregistersuggest=Login or register. For help [b]/notice +botnick+ unohelp[/b]
  53.  
  54. ;log @uno window
  55. logoutlog=+time+ <+nick+> logged [b][orange]OUT[/orange][/b] of account +username+
  56. loginlog=+time+ <+nick+> logged [b][green]IN[/b][/green] to account [b]+username+[/b]
  57. invalidlog=+time+ <+nick+> tried [red]INVALID[/red] password for account [b]+1+[/b] using pass [b]+2+[/b]
  58. registeredlog=+time+ <+nick+> [purple]REGISTERED[/purple] account [b]+1+[/b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement