[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: FW: Is it possible to change a param in a handler ?




On 11-Aug-2000 Stephane Rosa wrote:
> 
> 
> Sorry if you get this one twice. First time didn't go through,
> so I repost it.
> 
> 
> Is it possible to change a param from inside a handler ?
> i.e. when calling "/server foo.com"
> 
> sub handle_server {      
>    @_[0] = "whatever else";
> 
>    return $NEXTHANDLER;      # proceed to xchat handling
> }
> 
> and that would issue a /server whatever else ?
> 


No.. unless things have changed.  However, you can return 1, and then issue
/server whatever yourself...




---

                                     Dynamic Hosting
                                   HTTP://www.L8R.net/             
                      "We Provide Static Hostnames for Dynamic IP's"
-
XChat-discuss: mailing list for XChat users
Archive:       http://mail.nl.linux.org/lists/
Posted By:     Brad Barnett <bbarnett@L8R.net>