| 39960:4a5610d858ef | 39961:d508d5b5dd22 |
|---|---|
| 1 /** | 1 /** |
| 2 * @file parse.c | |
| 3 * | |
| 4 * purple | 2 * purple |
| 5 * | 3 * |
| 6 * Copyright (C) 2003, Ethan Blanton <eblanton@cs.purdue.edu> | 4 * Copyright (C) 2003, Ethan Blanton <eblanton@cs.purdue.edu> |
| 7 * | 5 * |
| 8 * This program is free software; you can redistribute it and/or modify | 6 * This program is free software; you can redistribute it and/or modify |
| 19 * along with this program; if not, write to the Free Software | 17 * along with this program; if not, write to the Free Software |
| 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 21 */ | 19 */ |
| 22 | 20 |
| 23 #include "internal.h" | 21 #include "internal.h" |
| 24 | 22 #include <purple.h> |
| 25 #include "accountopt.h" | 23 |
| 26 #include "conversation.h" | |
| 27 #include "notify.h" | |
| 28 #include "debug.h" | |
| 29 #include "util.h" | |
| 30 #include "cmds.h" | |
| 31 #include "irc.h" | 24 #include "irc.h" |
| 32 | 25 |
| 33 #include <stdio.h> | 26 #include <stdio.h> |
| 34 #include <stdlib.h> | 27 #include <stdlib.h> |
| 35 #include <ctype.h> | 28 #include <ctype.h> |