summaryrefslogtreecommitdiff
path: root/vchat-config.h
diff options
context:
space:
mode:
authorerdgeist <>2003-12-13 12:14:10 +0000
committererdgeist <>2003-12-13 12:14:10 +0000
commit9707986d30b33e5b652c8d26931c94908632e565 (patch)
tree9f9a5594fd8de09c053f100562744e486d924ee5 /vchat-config.h
parentdc6e7bc1160c777a0464de1985501a4e4a046b1e (diff)
Last change to external port representation revoked.
Diffstat (limited to 'vchat-config.h')
-rwxr-xr-xvchat-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vchat-config.h b/vchat-config.h
index f011a4c..c25c3cb 100755
--- a/vchat-config.h
+++ b/vchat-config.h
@@ -96,8 +96,8 @@ static formatstring formatstrings[] = {
96 FE( FS_CONSOLETIME, "[%H:%M] "), 96 FE( FS_CONSOLETIME, "[%H:%M] "),
97 FE( FS_TOPICW, "[ Channel %d: %s"), 97 FE( FS_TOPICW, "[ Channel %d: %s"),
98 FE( FS_NOTOPICW, "[ Channel %d has no topic"), 98 FE( FS_NOTOPICW, "[ Channel %d has no topic"),
99 FE( FS_CONSOLE, "%s@%s:%s, use .h to get help "), 99 FE( FS_CONSOLE, "%s@%s:%d, use .h to get help "),
100 FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%s\0012 ..."), 100 FE( FS_CONNECTED, "\0012# Connected to '\0016%s\0012', port \0016%d\0012 ..."),
101 FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"), 101 FE( FS_TOPIC, "\0012# Channel \0016%d\0012 topic is: '\0010%s\0012'"),
102 FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"), 102 FE( FS_NOTOPIC, "\0012# Channel \0016%d\0012 has no topic"),
103 FE( FS_CHGTOPIC, "\0012# \0016%s\0012 changes topic to: '\0010%s\0012'"), 103 FE( FS_CHGTOPIC, "\0012# \0016%s\0012 changes topic to: '\0010%s\0012'"),