| View previous topic :: View next topic |
| Author |
Message |
awyeah Revered One

Joined: 26 Apr 2004 Posts: 1580 Location: Switzerland
|
Posted: Sat Jul 16, 2005 6:42 am Post subject: |
|
|
| 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:
_________________ ·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
================================== |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sat Jul 16, 2005 7:53 am Post subject: |
|
|
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 |
|
 |
awyeah Revered One

Joined: 26 Apr 2004 Posts: 1580 Location: Switzerland
|
Posted: Sat Jul 16, 2005 7:58 am Post subject: |
|
|
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 |
|
 |
Thunderdome Op

Joined: 15 Mar 2005 Posts: 187
|
Posted: Sat Jul 16, 2005 9:36 am Post subject: |
|
|
I think ptnet developed their own softare with basis on some other...
| 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...  |
|
| Back to top |
|
 |
spock Master
Joined: 12 Dec 2002 Posts: 319
|
Posted: Sat Jul 16, 2005 9:43 am Post subject: |
|
|
putserv "chanserv ..."  _________________ photon? |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sat Jul 16, 2005 10:18 am Post subject: |
|
|
Maybe these strange services are case-sensitive just a thought, try | Code: | | putserv "ChanServ :...." |
instead of CHANSERV. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
Thunderdome Op

Joined: 15 Mar 2005 Posts: 187
|
Posted: Sat Jul 16, 2005 10:24 am Post subject: |
|
|
| 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...
And damn, this should work!
But noooo... argh!
| Code: | | (SNotice) *** For your security use '/ChanServ <command>' or '/quote ChanServ <command>' instead. |
|
|
| Back to top |
|
 |
spock Master
Joined: 12 Dec 2002 Posts: 319
|
Posted: Sat Jul 16, 2005 10:29 am Post subject: |
|
|
i doubt that suporte@PTnet.org is the command _________________ photon? |
|
| Back to top |
|
 |
Thunderdome Op

Joined: 15 Mar 2005 Posts: 187
|
Posted: Sat Jul 16, 2005 10:53 am Post subject: |
|
|
| 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 |
|
 |
spock Master
Joined: 12 Dec 2002 Posts: 319
|
Posted: Sat Jul 16, 2005 10:57 am Post subject: |
|
|
putserv "ChanServ command :arg1 arg2 ..." _________________ photon? |
|
| Back to top |
|
 |
Thunderdome Op

Joined: 15 Mar 2005 Posts: 187
|
Posted: Fri Jul 22, 2005 3:48 pm Post subject: |
|
|
nothing of this works...
Why? I really don't understand... |
|
| Back to top |
|
 |
|