Mercurial > pidgin
diff src/protocols/irc/parse.c @ 9248:6430b09ccc71
[gaim-migrate @ 10047]
removing irc's /help command, since the core now provides one, that does
exactly the same thing. Maybe IRC's version was prettier, but we can fix
that, if need be.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Wed, 09 Jun 2004 06:34:33 +0000 |
| parents | 933a19e3a6b3 |
| children | 36938636ca8a |
line wrap: on
line diff
--- a/src/protocols/irc/parse.c Wed Jun 09 06:09:08 2004 +0000 +++ b/src/protocols/irc/parse.c Wed Jun 09 06:34:33 2004 +0000 @@ -109,7 +109,6 @@ { "away", ":", irc_cmd_away }, { "deop", ":", irc_cmd_op }, { "devoice", ":", irc_cmd_op }, - { "help", "v", irc_cmd_help }, { "invite", ":", irc_cmd_invite }, { "j", "cv", irc_cmd_join }, { "join", "cv", irc_cmd_join },
