re connregex syntax
rage <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <20050414204137.GA15309@monolith> |
> Took that portion of the code and translated into: > > sendto_connectops(NULL, &me, "%s (%s@%s) %s has just connected to the > server.", > sptr->name, sptr->user->username, > sptr->sockhost, sptr->ip); > > or maybe it is sptr->hostip > > either way.. could a change like this take place and the ircd be > recompiled to display IP addresses in connection notice? Yes, but make sure to check the docs of your ircd first for some sort of hybrid-compatible connection notice support, as that's quite common. What kind of ircd is this anyway? -- Andy Smith -- Occasional BOPM Developer And Support Monkey. Please copy all BOPM support queries to the BOPM list, _not_ just directly to me! If I've helped you with BOPM then please check my wishlist! http://www.amazon.co.uk/exec/obidos/registry/23IJ4U7N4J3X9 ----- the ircd is an irc2 ircd.. been modified some but not dealing with the connection procedure, etc.. i looked for an hybrid-compatible connection notice but found nothing.