Don't strip # from a WORD_CHANNEL

This commit is contained in:
RichardHitt 2013-01-03 11:32:45 -08:00
parent f4c2c08ccb
commit 7099f43a12
1 changed files with 1 additions and 1 deletions

View File

@ -2311,7 +2311,7 @@ mg_word_clicked (GtkWidget *xtext, char *word, GdkEventButton *even)
menu_nickmenu (sess, even, word + (ispunct (*word)? 1: 0), FALSE);
break;
case WORD_CHANNEL:
menu_chanmenu (sess, even, word + (ispunct (*word)? 1: 0));
menu_chanmenu (sess, even, word);
break;
case WORD_EMAIL:
word[end] = 0;