Format Channel URLs

closes #706
This commit is contained in:
TingPing
2013-08-07 06:14:30 -04:00
parent 1370a49742
commit 13bfd060b6
3 changed files with 20 additions and 0 deletions

View File

@ -678,6 +678,15 @@ process_numeric (session * sess, int n,
handle_mode (serv, word, word_eol, "", TRUE, tags_data);
break;
case 328: /* channel url */
sess = find_channel (serv, word[4]);
if (sess)
{
EMIT_SIGNAL_TIMESTAMP (XP_TE_CHANURL, sess, word[4], word[5] + 1,
NULL, NULL, 0, tags_data->timestamp);
}
break;
case 329:
sess = find_channel (serv, word[4]);
if (sess)