diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-25 23:38:17 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-25 23:38:17 +0100 |
commit | 8045d37c77f06f40c8d8fa9cc4d06d35b075283d (patch) | |
tree | 71db3987d35932907f813e6e4adabde34a703380 /bitlbee.h | |
parent | 43e3368f4ad8249523d9c8a0d57a764ac370daf4 (diff) |
Accidentally used ^A instead of ^B for bold tags in the topic.
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ #define NS_NICK "NickServ" #define DEFAULT_AWAY "Away from computer" -#define CONTROL_TOPIC "Welcome to the control channel. Type \1help\1 for help information." +#define CONTROL_TOPIC "Welcome to the control channel. Type \2help\2 for help information." #define IRCD_INFO "BitlBee <http://www.bitlbee.org/>" #define MAX_NICK_LENGTH 24 |