From 129416e519319360c336cb3905210fdb9b531ae2 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Apr 2006 20:43:03 +0000 Subject: Typedef an ugly iterator, dont send mode string if no modes were in the output sequence git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3867 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mode.h') diff --git a/include/mode.h b/include/mode.h index 27b06087d..d09d62439 100644 --- a/include/mode.h +++ b/include/mode.h @@ -85,6 +85,8 @@ class ModeWatcher virtual void AfterMode(userrec* source, userrec* dest, chanrec* channel, const std::string ¶meter, bool adding, ModeType type); }; +typedef std::vector::iterator ModeWatchIter; + class ModeParser { private: -- cgit v1.2.3