View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002972 | unreal | ircd | public | 2006-06-14 22:32 | 2007-04-27 04:01 |
Reporter | aquanight | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Platform | x86 | OS | Linux Gentoo | OS Version | 2.6.12 |
Product Version | 3.2.5 | ||||
Summary | 0002972: Real Command Aliases: No error on empty parameter list | ||||
Description | Most commands give the "not enough parameters" error when no parameters are given but the command requires one. Real command aliases simply fail silently. | ||||
Steps To Reproduce | alias testcmd { format "." { command "NOTICE"; type real; parameters "$*.net %1-"; }; type command; }; Try this alias with no parameters. You get no error, reply, or message of any kind. It should probably give the ERR_NEEDMOREPARAMS, though this wouldn't be appropriate for other "no formats match" cases. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-06-14 22:32 | aquanight | New Issue | |
2007-04-27 04:01 |
|
Status | new => acknowledged |