Mercurial > pidgin
annotate libpurple/protocols/Makefile.am @ 24353:c204239bef48
Strip multiple leading mode characters from incoming nicknames.
This patch adds the function irc_nick_skip_mode, which takes an IRC
connection and nickname, and returns a pointer internal to the
nickname representing the first non-mode-character of the nick.
Apparently some IRC servers prepend more than one mode character to
nicknames under some circumstances; the standard is pretty vague on
the matter, and I can't see as how it hurts anything, so here goes.
This patch was originally from Marcos Garc«ża Ochoa.
Fixes #7416
committer: Ethan Blanton <elb@pidgin.im>
author | Marcos García Ochoa <magao@bigfoot.com> |
---|---|
date | Fri, 31 Oct 2008 14:51:11 +0000 |
parents | 8ae3eef4a27d |
children | 7b197bc1d196 |
rev | line source |
---|---|
17439
6fefda6a7d57
null does not need to be in EXTRA_DIST because it is in DIST_SUBDIRS
Stu Tomlinson <stu@nosnilmot.com>
parents:
17373
diff
changeset
|
1 EXTRA_DIST = Makefile.mingw |
15373
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
2 |
21314
8ae3eef4a27d
Might help if we include msnp9 in the dist
Stu Tomlinson <stu@nosnilmot.com>
parents:
19383
diff
changeset
|
3 DIST_SUBDIRS = bonjour gg irc jabber msn msnp9 myspace novell null oscar qq sametime silc silc10 toc simple yahoo zephyr |
15373
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
4 |
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
5 SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS) |