Encapsulate obscure detail that lower numeric priority is higher queue priority
[clinton/bobotpp.git] / source / User.H
index 1499ce9..e3cc995 100644 (file)
@@ -13,7 +13,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 USER_H
 #define USER_H
@@ -22,7 +22,6 @@
 #include "UserListItem.H"
 
 class Bot;
-class Utils;
 class Parser;
 class Channel;
 class Commands;
@@ -68,7 +67,6 @@ public:
   bool getAop();
 
   friend class Bot;
-  friend class Utils;
   friend class Parser;
   friend class Channel;
   friend class Commands;