egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Akick protection/remove script
Goto page Previous  1, 2
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive
View previous topic :: View next topic  
Author Message
awyeah
Revered One


Joined: 26 Apr 2004
Posts: 1580
Location: Switzerland

PostPosted: Sat Jul 16, 2005 6:42 am    Post subject: Reply with quote

Sir_Fz wrote:
If /msg chanserv (or chanserv@something) works on your server then try to use
Code:
"PRIVMSG ChanServ :akick $chan del $::botnick"

instead.


Actually it should be:
Code:

putserv "PRIVMSG chanserv@services.server.name :akick $chan del $::botnick"

#Like on DALnet:
putserv "PRIVMSG chanserv@services.dal.net :akick $chan del $::botnick"

_________________
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sat Jul 16, 2005 7:53 am    Post subject: Reply with quote

It's not the same on all servers. besides, I wrote:
Quote:
If /msg chanserv (or chanserv@something) works on your server then try to use

_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
awyeah
Revered One


Joined: 26 Apr 2004
Posts: 1580
Location: Switzerland

PostPosted: Sat Jul 16, 2005 7:58 am    Post subject: Reply with quote

Well, yea it depends upon the IRCd's you use I guess, but with bahamut1.8.3, anope1.7.x, ircserivces5.x or greater this should be the case.
_________________
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Thunderdome
Op


Joined: 15 Mar 2005
Posts: 187

PostPosted: Sat Jul 16, 2005 9:36 am    Post subject: Reply with quote

I think ptnet developed their own softare with basis on some other... Neutral

Code:
(SNotice) *** For your security use '/ChanServ <command>' or '/quote ChanServ <command>' instead.


This still appears. I think I can't do /msg chanserv, but /chanserv only... Sad
Back to top
View user's profile Send private message
spock
Master


Joined: 12 Dec 2002
Posts: 319

PostPosted: Sat Jul 16, 2005 9:43 am    Post subject: Reply with quote

Idea putserv "chanserv ..." Idea
_________________
photon?
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sat Jul 16, 2005 10:18 am    Post subject: Reply with quote

Maybe these strange services are case-sensitive Razz just a thought, try
Code:
putserv "ChanServ :...."

instead of CHANSERV.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Thunderdome
Op


Joined: 15 Mar 2005
Posts: 187

PostPosted: Sat Jul 16, 2005 10:24 am    Post subject: Reply with quote

Code:
bind kick - * akick:remove

proc akick:remove {nick uhost hand chan targ rsn} {
 if {[isbotnick $targ] && [string equal -nocase "chanserv" $nick]} {
   putserv "ChanServ suporte@PTnet.org :akick $chan del $::botnick"
 }
}



I only read ya message now, but I tough the same thing...
Smile
And damn, this should work!
But noooo... argh!

Code:
(SNotice) *** For your security use '/ChanServ <command>' or '/quote ChanServ <command>' instead.
Back to top
View user's profile Send private message
spock
Master


Joined: 12 Dec 2002
Posts: 319

PostPosted: Sat Jul 16, 2005 10:29 am    Post subject: Reply with quote

i doubt that suporte@PTnet.org is the command
_________________
photon?
Back to top
View user's profile Send private message
Thunderdome
Op


Joined: 15 Mar 2005
Posts: 187

PostPosted: Sat Jul 16, 2005 10:53 am    Post subject: Reply with quote

Code:
bind kick - * akick:remove

proc akick:remove {nick uhost hand chan targ rsn} {
 if {[isbotnick $targ] && [string equal -nocase "chanserv" $nick]} {
   putserv "ChanServ :akick $chan del $::botnick"
 }
}


Won't work either...


Last edited by Thunderdome on Sat Jul 16, 2005 11:02 am; edited 1 time in total
Back to top
View user's profile Send private message
spock
Master


Joined: 12 Dec 2002
Posts: 319

PostPosted: Sat Jul 16, 2005 10:57 am    Post subject: Reply with quote

putserv "ChanServ command :arg1 arg2 ..."
_________________
photon?
Back to top
View user's profile Send private message
Thunderdome
Op


Joined: 15 Mar 2005
Posts: 187

PostPosted: Fri Jul 22, 2005 3:48 pm    Post subject: Reply with quote

nothing of this works... Neutral
Why? I really don't understand...
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive All times are GMT - 4 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber