Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
ContextService.java: add "context be damned" message constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Darael committed Mar 17, 2015
1 parent 96ef26e commit b02b4d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/uk/co/harcourtprogramming/docitten/ContextService.java
Expand Up @@ -26,6 +26,11 @@
public class ContextService extends Service implements MessageService, FilterService
{

/**
* <p>Occasional interjection when asked for context</p>
*/
private final static String CBD = "Context be damned!";

/**
* <p>Storage for the history of attached channels</p>
*/
Expand Down

0 comments on commit b02b4d5

Please sign in to comment.