diff options
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"), |