summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-01-18 19:21:39 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-01-18 19:21:39 +0000
commitc2a2c00a42d709f75349e9dbfa114848202342d8 (patch)
tree01009417efea887717c5e15e66bfd852da888e33 /modules
parentc6f79bc103609f23c53d789d1b725251a41740ee (diff)
- Fixed some other invalid conversion specifiers
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1761 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r--modules/m_dline.c2
-rw-r--r--modules/m_stats.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/m_dline.c b/modules/m_dline.c
index b91bf23..c2b3177 100644
--- a/modules/m_dline.c
+++ b/modules/m_dline.c
@@ -498,7 +498,7 @@ ms_undline(struct Client *client_p, struct Client *source_p,
return;
sendto_match_servs(source_p, parv[1], CAP_UNDLN,
- "UNDLINE %s %s %s",
+ "UNDLINE %s %s",
parv[1], parv[2]);
me_undline(client_p, source_p, parc, parv);
diff --git a/modules/m_stats.c b/modules/m_stats.c
index 77b8d2c..9f144ea 100644
--- a/modules/m_stats.c
+++ b/modules/m_stats.c
@@ -270,7 +270,7 @@ stats_memory(struct Client *source_p, int parc, char *parv[])
count_whowas_memory(&wwu, &wwm);
watch_count_memory(&watch_list_headers, &watch_list_memory);
- sendto_one(source_p, ":%s %d %s z :WATCH headers %u(%u) entries %d(%u)",
+ sendto_one(source_p, ":%s %d %s z :WATCH headers %u(%llu) entries %d(%u)",
me.name, RPL_STATSDEBUG, source_p->name, watch_list_headers,
watch_list_memory, watch_list_entries,
watch_list_entries * sizeof(dlink_node) * 2);
@@ -299,7 +299,7 @@ stats_memory(struct Client *source_p, int parc, char *parv[])
me.name, RPL_STATSDEBUG, source_p->name,
class_count, (unsigned long long)(class_count * sizeof(struct ClassItem)));
- sendto_one(source_p, ":%s %d %s z :Channels %uu(%llu) Topics %u(%u)",
+ sendto_one(source_p, ":%s %d %s z :Channels %u(%llu) Topics %u(%u)",
me.name, RPL_STATSDEBUG, source_p->name,
dlink_list_length(&global_channel_list),
channel_memory, topic_count, topic_count *