Re: POCO IRC Proxy plugin
Rocco Caputo <[email protected]> Sat, 22 Feb 2014 19:42:36 -0500
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
The docs say it's a simple bouncer that lets you hide many bots and/or = clients behind a single IRC connection. Benefits? If you're developing bots that crash a lot, you can hide them behind a = stable proxy that doesn't annoy everyone with frequent reconnections. If you develop a lot of bots, you can put them all behind one IRC = connection. This may keep you from being banned by servers that have = low connection limits. If a channel lets you only have one bot, you can cheat. :) Other things, only limited by the intersection of the implemented = features and your imagination! --=20 Rocco Caputo <[email protected]> On Feb 22, 2014, at 15:49, Celso Barriga <[email protected]> wrote: > Can somebody please tell me what this plugin actually do? I've read = the docs, and if I understand it correctly, by default, it opens up a = random port on localhost (if no bindaddress and binport are specified) = where the POCO IRC would then connect to. What's the advantage of doing = this and what does this give me? >=20 > Thanks in advance. >=20 > Best regards, > Celso