can someone give me a example of a bind need section ?
I tried :
-------------------------------------------
bind need - op NeO_need_op
proc NeO_need_op {channel type} {
putserv "PRIVMSG $channel :I need op !!"
}
-------------------------------------------
and it doesn't work...
Can you tell me why and what to do to make it works ?
thanks
I've got a problem: the "need" bind is only available in version 1.6.x... now how can I "emulate" it ? Is there something better than a periodic timer ?