Hi Caesar, I'm testing this code, but there seems to be a problem. The code works fine in case of Kick+Ban. However; 1) In case of only ban (no kick), it unbans the irccloud ban but DOES NOT set the ident(irccloud id) ban. Where it should be setting an irccloud id / ident ban. <mvp1> !kb Test1 9:49:...
Thanks Simo, CrazyCat and Spike. The lists are not in eggdrop but just on channel, and what willyw said worked for me. The /mode command displayed, and I took a back up by just copy pasting.
I have made below changes to above to check for +R modelock check, but the mode check check seems to be too slow when 2-3 nicks do revolving/join-part at the same time and the bot still does the modelocks multiple times. Any solutions, suggestions please? Modified Code: if {[getchanjoin $nick $chan]...
Hi folks, I am using below code for join/part (revolving door). It is working fine, but when multiple nicks join/part, the script also sets the channel mode command multiple times. Appreciate if anyone can help modify the code in a loop or may be any possible check, so the channel modelock happens o...
Hi guys, Apologies if this is a duplicate request, appreciate if you can link me if this is already coded? Otherwise, I'm looking for a Kick Counter Code with below requirements; 1) The counter should be stored in a file (e.g in kickscount.txt or .db inside /Scripts Directory on eggdrop) 2) No.1 sho...
Hi CrazyCat, Ceasar, I'm using below code, it is working but it does not seem to devoice all the nicks which are sitting on voice more than idle time? When the channel is 150+ count and voiced users are 10-15, many voiced users stay voiced and do not get devoiced. Below is complete code I am using. ...
Loved the idea of adding users with flag, which I think is much easier.
Works perfect for now. Will ask for help if there are any changes needed further
Hi guys, I need a quick TCL code please, for eggdrop, which can make sure a specific user "USERX" is never voiced in a channel #CHANNELX by anyone. So basically the code should check all the +v mode changes in #CHANNELX and if it detects USERX is voiced, it should apply mode -v (devoice) s...
Hi Guys, I am after something very simple. I have an eggdrop on one server, e.g Dalnet, and I want it to join 3 channels, e.g #Chan1 , #Chan2 and #Chan3 And I want it to relay everything (chat,joins/parts etc etc) from #Chan1 and #Chan2 into #Chan3 Is there anything already available? Of if anyone c...
I have long lists of bans, invites, exceptions added on a channel. What could be the easiest and quickest way (script, apps like mIRC, irccloud etc) for me to copy and save all the lists to keep as a back up? in case some op wipes these lists.
Hi guys, I am using an eggdrop-1.8.3. I have been looking for an auto response tcl/mod for a while but no luck. I did come across Megahal; but most links and codes look too old and buggy. 1) Does anyone have any working source of ver of Megahal mod that should be working on eggdrop1.8.3 please? 2) A...
Cheers Spike mate, will test this and let you know. Quick question; Any chance this would work for more than one exceptions nick? e.g specificnick1 , specificnick2 and so on.. if I only change below as?
set exemptmasks {specificnick1!*@* specificnick2!*@* specificnick3!*@*}