@@ -1,3 +1,5 @@
+* Fix case where bot would not get the +e and +I lists when getting opped.
+
1.3 - http://wraith.botpack.net/milestone/1.3
* Binary / shell / startup changes
* Binary error messages are no longer obscure numbers or fake segfaults. (Compile with OBSCURE_ERRORS to re-enable)
@@ -899,6 +899,8 @@ void clear_channel(struct chanset_t *chan, bool reset)
clear_masklist(chan->channel.invite);
chan->channel.invite = NULL;
+ chan->channel.last_eI = 0;
chan->ircnet_status &= ~CHAN_HAVEBANS;
if (reset)