This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 34 matches

by Yusif
Fri Oct 13, 2023 12:57 am
Forum: Scripting Help
Topic: gline not working
Replies: 5
Views: 6524

thank you simo, i will try that and update result here .
thanks again
by Yusif
Tue Oct 10, 2023 12:31 am
Forum: Scripting Help
Topic: gline not working
Replies: 5
Views: 6524

gline not working

hi all, looking for help please with this code it should gline user when i type !yes but it didn't proc ipc:yes {nick host hand chan arg} { global ipc if {![info exists ipc($host:waitCall)]} { return } putserv "PRIVMSG $ipc(channel) :Answered for \002YES\002 for [lindex $ipc($host:waitCall) 0]....
by Yusif
Thu Sep 28, 2023 11:34 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

heres some info on it: https://www.unrealircd.org/docs/Snomasks snomask b seems responsible for the output of set shuns if you are running unrealircd 6 yes, i run unrealircd 6. but as Autobt deliver this msg like opers .. i guess i need to change Autobot access not to get info like that .. some mem...
by Yusif
Thu Sep 28, 2023 10:17 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

simo wrote:
g'evening simo , that part removed but msg still coming from ircd

that has nothing to do with eggdrop but with ircd settings and the snomasks set for opers.
though of that if not from eggdrop config setting


thank you simo, much appreciated
by Yusif
Thu Sep 28, 2023 8:56 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

simo wrote:remove :

Code: Select all


bind raw - notice shun-snotice

proc shun-snotice {from keyword arg} {
 if {[string match -nocase "*shun*" $arg]} {
   set shun [lrange $arg 1 end]
   putserv "privmsg $::monchan :$shun"
  }
}

g'evening simo , that part removed but msg still coming from ircd
by Yusif
Thu Sep 28, 2023 2:33 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

im not sure i understand what you mean sorry simo what i mean , we want stop this msg in #botop when one do !shun nick <!Autobot> :tkl.TKL_ADD {[info]} Shun added: '*@x.xx.xx.xxx' {[reason:} 3600 shun for abuse/behaviour\] {[by:} Autobot!Autobot@bot.xxxxx.com\] {[duration:} 1h\] need to prevent the...
by Yusif
Wed Sep 27, 2023 2:18 pm
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

thank you simo , it gives duplicate confirm msg <!Autobot> Shun added on Just4U for 3600 by Yusif what exactly needed also still give msg from ircd which show real ip <!Autobot> :tkl.TKL_ADD {[info]} Shun added: '*@x.xx.xx.xxx' {[reason:} 3600 shun for abuse/behaviour\] {[by:} Autobot!Autobot@bot.xx...
by Yusif
Wed Sep 27, 2023 10:58 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

the reason i use the output from the IRCD is so u can see what the actuall shun that is set and also to confirm that its actually set. output already from ircd showen in #netlog , but in #botops where we do all commands over botnet , for that i hope the confirm msg. from the shun script in #botops ...
by Yusif
Wed Sep 27, 2023 9:36 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

thank you simo see if this works : works perfect but the issue confirm msg came from irc not from the script by botnet and it reveal usre's real ip <!Autobot> :tkl.TKL_ADD {[info]} Shun added: '*@x.xx.xx.xxx' {[reason:} 3600 shun for abuse/behaviour\] {[by:} Autobot!Autobot@bot.xxxxx.com\] {[duratio...
by Yusif
Tue Sep 26, 2023 12:19 am
Forum: Scripting Help
Topic: Snotice shun
Replies: 30
Views: 21517

hello guys, can anyone please do some edit here: bind raw - notice shun-snotice proc shun-snotice {from keyword arg} { if {![string match -nocase "*shun added*" $arg]} { return } set shun [lrange $arg 1 end] putserv "privmsg #shuned :$shun" } bind pub o !shun pub:shun proc pub:sh...
by Yusif
Sun Sep 17, 2023 10:50 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17662

ok i changed : set chanopschan "#chanops" bind pub -|- !op Pub:OP:monotor-channel to : set chanopschan "#chanops" bind pub o|- !op Pub:OP:monotor-channel also changed : if {[botisop $enforcechan] && ![isop $nick $enforcechan] && [onchan $nick $enforcechan] &&a...
by Yusif
Sun Sep 17, 2023 7:01 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17662

i tried that , but when do !op #chan-name there is no action = not op chanop
by Yusif
Sun Sep 17, 2023 6:05 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17662

thank you so much
by Yusif
Fri Sep 15, 2023 9:10 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17662

simo wrote:Why not use chanserv for that?
we use chanserv but opers not around all time to op chanops
by Yusif
Thu Sep 14, 2023 7:39 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17662

can you please do modify in this script for simple use? need it work in #Chanops .. when the chanop need to op in any room by bot, he/she have to type: !op #chan to get op in that room + confirm msg in #chanops he/she opped !deop #chan to drop op + confirm msg in #chanops he/she deopped !hop #chan t...