Vykook / acme-sac

Automatically exported from code.google.com/p/acme-sac
Other
0 stars 0 forks source link

airc issues #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After some light testing of air found the following issues

1) After a nick change using Nick the old nick is still shown for your own
messages, the fix for this is trivial (just add nick = arg in the 'Nick'
case section in doexec, but still we would need to handle the case of the
nick change failing (if the nick we try to change to is in use).

2) Sending query messages after changing your nick seems to be broken, and
produces the amusing output:
<originalnick> foo bar
<newnick> :foo bar

every time you try to send something.

3) <eric> :f i'm typing and someone sends a message, my stuff gets cut off,
always the first letter

4) There is no man page for airc?

5) There doesn't seem to be any way to execute *actions* (as in /me does foo)

6) Might make more sense to replace airc with an interface to mjl's ircfs
so we don't have to fix and maintain yet another irc implementation (mjl's
ircfs has a tk UI already)

Original issue reported on code.google.com by lost.goblin on 5 Oct 2007 at 3:50

GoogleCodeExporter commented 8 years ago
mjl's ircfs can be found at: http://www.xs4all.nl/~mechiel/inferno/

Original comment by lost.goblin on 5 Oct 2007 at 3:51