[project @ 2005-06-24 22:10:09 by unknown_lamer]
[clinton/bobotpp.git] / source / ScriptCommands.H
index c3df33d..5643851 100644 (file)
@@ -14,7 +14,7 @@
 
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifndef SCRIPTCOMMANDS_H
 #define SCRIPTCOMMANDS_H
@@ -92,7 +92,9 @@ public:
   SCM sendJoin(SCM, SCM);
   SCM sendKick(SCM, SCM, SCM);
   SCM sendNick(SCM);
-  SCM sendNotice(SCM, SCM);
+  */
+  static SCM sendNotice(SCM, SCM);
+  /*
   SCM sendPart(SCM);
   SCM sendPass(SCM);
   SCM sendPing(SCM);