aboutsummaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-08-02 12:51:22 +0200
committerPřemysl Janouch <p@janouch.name>2018-08-02 12:51:22 +0200
commita4239548d3ef91e27caa5329481d2857743f501d (patch)
treed8babcb63ddb592707b86283815d09e21e3f3a5e /hid
parenta966d8489a771cef957c9c27e093aee6a59c2f99 (diff)
downloadhaven-a4239548d3ef91e27caa5329481d2857743f501d.tar.gz
haven-a4239548d3ef91e27caa5329481d2857743f501d.tar.xz
haven-a4239548d3ef91e27caa5329481d2857743f501d.zip
hid: port default formatting strings to fmt
Diffstat (limited to 'hid')
-rw-r--r--hid/hid-replies8
1 files changed, 4 insertions, 4 deletions
diff --git a/hid/hid-replies b/hid/hid-replies
index 24affae..c539520 100644
--- a/hid/hid-replies
+++ b/hid/hid-replies
@@ -3,8 +3,8 @@
3 RPL_CREATED ":This server was created %s"
4 RPL_MYINFO "%s %s %s %s"
5 RPL_ISUPPORT "%s :are supported by this server"
-211 RPL_STATSLINKINFO "%s %zu %zu %zu %zu %zu %lld"
-212 RPL_STATSCOMMANDS "%s %zu %zu %zu"
+211 RPL_STATSLINKINFO "%s %d %d %d %d %d %d"
+212 RPL_STATSCOMMANDS "%s %d %d %d"
219 RPL_ENDOFSTATS "%c :End of STATS report"
221 RPL_UMODEIS "+%s"
242 RPL_STATSUPTIME ":Server Up %d days %d:%02d:%02d"
@@ -29,10 +29,10 @@
322 RPL_LIST "%s %d :%s"
323 RPL_LISTEND ":End of LIST"
324 RPL_CHANNELMODEIS "%s +%s"
-329 RPL_CREATIONTIME "%s %lld"
+329 RPL_CREATIONTIME "%s %d"
331 RPL_NOTOPIC "%s :No topic is set"
332 RPL_TOPIC "%s :%s"
-333 RPL_TOPICWHOTIME "%s %s %lld"
+333 RPL_TOPICWHOTIME "%s %s %d"
341 RPL_INVITING "%s %s"
346 RPL_INVITELIST "%s %s"
347 RPL_ENDOFINVITELIST "%s :End of channel invite list"