diff options
| author | 2006-07-08 19:46:55 +0000 | |
|---|---|---|
| committer | 2006-07-08 19:46:55 +0000 | |
| commit | 4fa01bc07bed242efabb82cb5a31959d0075abac (patch) | |
| tree | 8f8f563e8f1d3fa6c8c9a8ee9b6173f22c9475e5 /include/modes | |
| parent | Add code to remove an opers opertype when they oper down (diff) | |
Implement DisplayList virtual method calls, and implement it in cmode_b
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4185 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modes')
| -rw-r--r-- | include/modes/cmode_b.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modes/cmode_b.h b/include/modes/cmode_b.h index 60462d73a..df638005e 100644 --- a/include/modes/cmode_b.h +++ b/include/modes/cmode_b.h @@ -10,5 +10,6 @@ class ModeChannelBan : public ModeHandler ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); std::string& AddBan(userrec *user,std::string& dest,chanrec *chan,int status); std::string& DelBan(userrec *user,std::string& dest,chanrec *chan,int status); + void DisplayList(userrec* user, chanrec* channel); }; |
