Bug #297
Change the default /j alias to accept channel passwords
0%
Description
Currently it's "/join $1". However, joining a passworded channel this way doesn't work because the second parameter (the password) is ignored. Setting the default to "/join $0" would be nicer.
Related issues
Associated revisions
fixing BR #297 - the core now really loads the default aliases if the list is empty
History
#1 Updated by EgS about 16 years ago
Those aliases sound reasonable. I've added them in current git:
http://git.quassel-irc.org/?p=quassel.git;a=commit;h=eb8ee27deb8346dbf9e8515b0cceefd58cda971b
Note: the default aliases will only load if your current alias list is empty. Alias list is loaded on core start.
So if you have an old account you will have to clear your alias list and restart the core to load the new aliases. Otherwise you can also just add them yourself.
#2 Updated by Sputnick about 16 years ago
Doesn't seem to work for some users, details follow.
#3 Updated by billie about 16 years ago
It seems that removing the alias list and restarting the core does not load the default aliases automatically.
#4 Updated by EgS about 16 years ago
Fixed in current git:
http://git.quassel-irc.org/?p=quassel.git;a=commit;h=8179670f13fbbdd5cbcd7fb4a3dc187913ee9ba3
Please add the info next time immediately... a copy paste from IRC suffices.
fixing BR #297 and #309 improved default aliases