[project @ 2002-08-02 04:31:30 by unknown_lamer]
[clinton/bobotpp.git] / source / Bot.H
index 5abd072..7234817 100644 (file)
@@ -89,7 +89,6 @@ public:
 #ifdef USESCRIPTS
   BotInterp * botInterp;
 #endif
-  //  std::list<class userFunction *> userFunctions;
   std::map<std::string, class userFunction*, 
           std::less<std::string> > userFunctions;
   std::map<String, wantedChannel *, std::less<String> > wantedChannels;