diff options
-rw-r--r-- | modules/m_eob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/m_eob.c b/modules/m_eob.c index 4e531d3..ddbd4c0 100644 --- a/modules/m_eob.c +++ b/modules/m_eob.c @@ -41,7 +41,6 @@ ms_eob(struct Client *client_p, struct Client *source_p, int parc, char *parv[]) { assert(IsServer(source_p)); - assert(client_p == source_p); AddFlag(source_p, FLAGS_EOB); |