1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

Added Perl handlers

This commit is contained in:
Sebastien Helleu
2003-11-16 23:46:48 +00:00
parent 62fabde373
commit fe4ca01615
16 changed files with 434 additions and 80 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* config.c: WeeChat configuration */
/* weeconfig.c: WeeChat configuration */
#ifdef HAVE_CONFIG_H
+1 -1
View File
@@ -154,4 +154,4 @@ extern int config_read ();
extern int config_create_default ();
extern int config_write ();
#endif /* config.h */
#endif /* weeconfig.h */