Mercurial > pidgin
comparison src/protocols/irc/irc.c @ 9442:1e6bba55447c
[gaim-migrate @ 10263]
If we have commands in core, might as well not waste memory with this stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Fri, 02 Jul 2004 18:45:24 +0000 |
| parents | eaa9aa1fad61 |
| children | d27156c9c876 |
comparison
equal
deleted
inserted
replaced
| 9441:eaa9aa1fad61 | 9442:1e6bba55447c |
|---|---|
| 325 if (strchr(status_chars, *who) != NULL) | 325 if (strchr(status_chars, *who) != NULL) |
| 326 args[0] = who + 1; | 326 args[0] = who + 1; |
| 327 else | 327 else |
| 328 args[0] = who; | 328 args[0] = who; |
| 329 args[1] = what; | 329 args[1] = what; |
| 330 #if 0 | 330 |
| 331 if (*what == '/') { | |
| 332 return irc_parse_cmd(irc, who, what + 1); | |
| 333 } | |
| 334 #endif | |
| 335 irc_cmd_privmsg(irc, "msg", NULL, args); | 331 irc_cmd_privmsg(irc, "msg", NULL, args); |
| 336 return 1; | 332 return 1; |
| 337 } | 333 } |
| 338 | 334 |
| 339 static void irc_get_info(GaimConnection *gc, const char *who) | 335 static void irc_get_info(GaimConnection *gc, const char *who) |
