diff options
author | erdgeist <> | 2003-08-14 11:28:48 +0000 |
---|---|---|
committer | erdgeist <> | 2003-08-14 11:28:48 +0000 |
commit | 12a82a3daf3cd010f473d82b2fcd03c99435c58f (patch) | |
tree | 54eeef8ba4df8de152dc060b0e6e2d853ef44271 /vchat-config.h | |
parent | b8b51815544c2a0ad7a294b4c901594378dc3b98 (diff) |
Public thoughts
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-x | vchat-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vchat-config.h b/vchat-config.h index 8a680de..beb4579 100755 --- a/vchat-config.h +++ b/vchat-config.h | |||
@@ -120,6 +120,9 @@ static formatstring formatstrings[] = { | |||
120 | FE( FS_BGPRIVMSG, "\0011! Bogus message, not sent."), | 120 | FE( FS_BGPRIVMSG, "\0011! Bogus message, not sent."), |
121 | FE( FS_PUBACTION, "\0015*\0010 \0016%s\0010 %s"), | 121 | FE( FS_PUBACTION, "\0015*\0010 \0016%s\0010 %s"), |
122 | FE( FS_TXPUBACTION, "\0015*\0010 \0016\001b%s\001B\0010 %s"), | 122 | FE( FS_TXPUBACTION, "\0015*\0010 \0016\001b%s\001B\0010 %s"), |
123 | FE( FS_TXPUBTHOUGHT, ".o( \0014%s\0010 )"), | ||
124 | FE( FS_TXPUBNTHOUGHT,".oO( \0014%s\0010 )"), | ||
125 | FE( FS_PUBTHOUGHT, "\0015*\0010 \0016\001b%s\001B\0010 %s"), | ||
123 | FE( FS_BGTXPUBACTION,"\0011! No action taken."), | 126 | FE( FS_BGTXPUBACTION,"\0011! No action taken."), |
124 | FE( FS_COMMAND, "\0012## command: %s"), | 127 | FE( FS_COMMAND, "\0012## command: %s"), |
125 | FE( FS_LOCALCOMMAND, "\0012## local command (not executed yet): %s"), | 128 | FE( FS_LOCALCOMMAND, "\0012## local command (not executed yet): %s"), |