2005-12-19 16:39:54 +03:00
|
|
|
FAQ
|
|
|
|
|
|
|
|
Where is IRC command xy (ignore etc.)?
|
|
|
|
--------------------------------------
|
|
|
|
ii is for advanced users, please use standard tools like awk, sed and grep for
|
|
|
|
this. This can be done easily and will not bloat the code.
|
|
|
|
|
2006-01-18 20:21:22 +03:00
|
|
|
Where is a graphical interface?
|
2005-12-19 16:39:54 +03:00
|
|
|
-------------------------------
|
2006-01-18 20:21:22 +03:00
|
|
|
Basically ii follows the UNIX philosophy so it is only file based. But it
|
2005-12-19 16:39:54 +03:00
|
|
|
should be easy to build different interface because they only have to handle
|
|
|
|
the FIFOs and output files. Feel free to implement or wait until we have done
|
|
|
|
this.
|
|
|
|
|
|
|
|
Which commands are supported?
|
|
|
|
-----------------------------
|
|
|
|
j (join), t (topic), a (away), m (msg), n (nick), l (leave). The missing are
|
|
|
|
obsolete or can be easily used by typing the IRC commands itself (i.e. /WHO
|
|
|
|
instead of /who).
|