Bug #273
Send unknown commands to server
100%
Description
If Quassel encounters an unknown command it should be directly to the server. There should be an option to turn this behaviour on and off.
For example in Freenode there are the server side aliases /ns and /cs for /msg nickserv and /msg chanserv, which arent supported atm.
Associated revisions
Allow sending unknown commands to server with >1 params
Thanks to tililambert for the fix. Fixes #273 again.
History
#1 Updated by billie about 16 years ago
I often used /ghost with the conspire irc-client on freenode to remove old nick aliases which are remaining after a disconnect and would normally be removed when they time out. So I can change back from my nick alias to my main nick before it times out. Quassel does not recognize this command too.
#2 Updated by al about 16 years ago
fix attached
#3 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#4 Updated by dalbers about 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Version set to 0.4.3
- OS set to Any
Applied in changeset 5139e540697cee375b2729106a6789b3dfe12840.
#5 Updated by titilambert about 15 years ago
- File 0002-pass-unknown-commands-to-the-server.patch 0002-pass-unknown-commands-to-the-server.patch added
- Status changed from Resolved to Feedback
- % Done changed from 100 to 90
Hi !
I tested it with minbif. And I was not able to pass more than one argument.
I made a 'little patch' for it. I just changed one line ;)
Thanks again for quassel !!
#6 Updated by Sputnick almost 15 years ago
- Status changed from Feedback to Resolved
- % Done changed from 90 to 100
Applied in changeset 651bcf1231e3641497437634f744407eade4950d.
send unknown commands to server
Fixes #273