mIRC Home    About    Download    Register    News    Help

Print Thread
#270966 02/11/22 06:16 AM
Joined: Aug 2015
Posts: 70
Babel fish
OP Offline
Babel fish
Joined: Aug 2015
Posts: 70
;//mode # +bbbb ent!*@* *!*@entropy.* *!~ent@* *!*@*.undernet.org

alias getibl { echo 8 -a * $ibl($active,0) & $ibl($active,1) }

;Type: /getibl
;Output: * 5 & *!*@*.undernet.org
;When there is only clearly 4.


mIRC Scripts IRC Network: irc://irc.mircscripts.info/chat
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks for your bug report. Did you /echo out all five items to see what $ibl() thinks is in the list?

Joined: Aug 2015
Posts: 70
Babel fish
OP Offline
Babel fish
Joined: Aug 2015
Posts: 70
ent sets mode: +bbbb ent!*@* *!*@entropy.* *!~ent@* *!*@*.undernet.org

* 5 & *!*@*.undernet.org
* *!*@*.undernet.org
* *!~ent@*
* *!*@entropy.*
* ent!*@*
* *!*@*.users.undernet.org

It's weird cause there are only 4 bans.


mIRC Scripts IRC Network: irc://irc.mircscripts.info/chat
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
If you type "//mode # +b" in the channel to list the bans, what do you see? This will return the bans that the server thinks are set on that channel.


Link Copied to Clipboard