~aleteoryx/sexchat

b8d28ac4d71fe6a727443bdf3dba8defa77c85c1 — Aleteoryx 4 months ago 8c8327b
fix 2f53a59
1 files changed, 1 insertions(+), 2 deletions(-)

M src/common/proto-irc.c
M src/common/proto-irc.c => src/common/proto-irc.c +1 -2
@@ 845,8 845,7 @@ process_numeric (session * sess, int n,
	case 372:	/* motd text */
	case 375:	/* motd start */
		if (!prefs.hex_irc_skip_motd || serv->motd_skipped)
			EMIT_SIGNAL_TAGS (XP_TE_MOTD, serv->server_session, text, NULL,
										  NULL, NULL, 0, tags_data->timestamp);
			EMIT_SIGNAL_TAGS (XP_TE_MOTD, serv->server_session, text, NULL, NULL, NULL, 0, tags_data);
		break;

	case 376:	/* end of motd */