In the following code in channel.c, when your tick is not at 0 it will direct you to message 1455, "You're talking too fast!"
if (sd && chan->msg_delay != 0
&& DIFF_TICK(sd->hchsysch_tick + chan->msg_delay*1000, timer->gettick()) > 0
&&...