comment/comment.c
changeset 37 a05815df848c
parent 8 53b0091ecd47
child 40 5cd4b42ada91
equal deleted inserted replaced
36:3d1c22d311bb 37:a05815df848c
     1 /*
     1 /*
     2    Copyright 2010 Mikael Berthe
     2  *  Module "comment"    -- adds a dummy /# command
     3 
     3  *                        (ignore the rest of the command line)
     4   Module "comment"    -- adds a dummy /# command
     4  *
     5                          (ignore the rest of the command line)
     5  * Copyright (C) 2010 Mikael Berthe <mikael@lilotux.net>
     6 
     6  *
     7 This module is free software: you can redistribute it and/or modify
     7  * This module is free software: you can redistribute it and/or modify
     8 it under the terms of the GNU General Public License as published by
     8  * it under the terms of the GNU General Public License as published by
     9 the Free Software Foundation, either version 2 of the License, or
     9  * the Free Software Foundation, either version 2 of the License, or
    10 (at your option) any later version.
    10  * (at your option) any later version.
    11 
    11  *
    12 This program is distributed in the hope that it will be useful,
    12  * This program is distributed in the hope that it will be useful,
    13 but WITHOUT ANY WARRANTY; without even the implied warranty of
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 GNU General Public License for more details.
    15  * GNU General Public License for more details.
    16 
    16  *
    17 You should have received a copy of the GNU General Public License
    17  * You should have received a copy of the GNU General Public License
    18 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    18  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    19 */
    19  */
    20 
    20 
    21 #include <mcabber/modules.h>
    21 #include <mcabber/modules.h>
    22 #include <mcabber/commands.h>
    22 #include <mcabber/commands.h>
    23 
    23 
    24 static void comment_init(void);
    24 static void comment_init(void);