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.

invalid command name "chanset"

Old posts that have not been replied to for several years.
Locked
J
Jag
Halfop
Posts: 90
Joined: Fri Sep 19, 2003 10:06 am

invalid command name "chanset"

Post by Jag »

Code: Select all

bind msgm - * pub:ajoin
proc pub:ajoin {nick host hand text} {
  if {[lindex $text 0] == "greet"} {
    chanset #jag -greet
  }
}
(jagbot) [14:34] Tcl error [pub:ajoin]: invalid command name "chanset"
why? :(
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

"channel set" no "chanset".
J
Jag
Halfop
Posts: 90
Joined: Fri Sep 19, 2003 10:06 am

Post by Jag »

oh, oops.... :)
thnx :P

and.... how do i set that the eggdrop won't unban bans?
[15:16:41] * Jerry sets mode: +b Jag!*@*
[15:16:43] * jagbot sets mode: -b Jag!*@*
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

-protectops
J
Jag
Halfop
Posts: 90
Joined: Fri Sep 19, 2003 10:06 am

Post by Jag »

didn't work :(
(Jag) .chanset #jag -protectops
(jagbot) Successfully set modes { -protectops } on #jag.
(jagbot) [15:52] #Jag# chanset #jag -protectops

* Jerry sets mode: +b Jag!*@*
* jagbot sets mode: -b Jag!*@*
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

sorry its +userbans
J
Jag
Halfop
Posts: 90
Joined: Fri Sep 19, 2003 10:06 am

Post by Jag »

didn't work.
(Jag) .chanset #jag +userbans
(jagbot) Successfully set modes { +userbans } on #jag.
(jagbot) [16:22] #Jag# chanset #jag +userbans

* Jerry sets mode: +b Jag!*@*
* jagbot sets mode: -b Jag!*@*


....:(
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

In case you haven't noticed in the first place the Jag!*@* banmask matches that bot.
Once the game is over, the king and the pawn go back in the same box.
J
Jag
Halfop
Posts: 90
Joined: Fri Sep 19, 2003 10:06 am

Post by Jag »

no, it doesn't.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Oups. Yes, sorry, duno why I had the impression that there is an * after Jag. Have you loaded recently an tcl script that may be done this kind of stuff? Are you shure that you have set the channel to +userbans?
Once the game is over, the king and the pawn go back in the same box.
J
Jag
Halfop
Posts: 90
Joined: Fri Sep 19, 2003 10:06 am

Post by Jag »

threre is no script that unban bans....
what's the problem? :(
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

check your bouce settings in the config file
Locked