Bug #132
sm_addban doesn't do anything.
| Status: | Rejected | Start: | 07/03/2008 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Game Plugin | |||
| Target version: | - | |||
Description
The plugin doesn't do anything execpt show an error message when the callback for sm_addban is called.
History
Updated by Jannik Hartung 185 days ago
could you post the errormessage? give as much information as possible!
Updated by Recon _ 185 days ago
Why post it? Just look at the code...
1222 public Action:CommandAddBan(client, args)
1223 {
1224 // Block admin_and tell them they must insert it via web interface
1225 ReplyToCommand(client, "%s%t", Prefix, "Can Not Add Ban", WebsiteAddress);
1226 return Plugin_Handled;
1227 }
Updated by Erik Minekus 173 days ago
- Priority changed from Urgent to Low
??// Allow or disallow admins access addban command (Currently not implemented)
"Addban" "0"??
sm_addban was never implemented, that's why.
Updated by Erik Minekus 170 days ago
- Status changed from New to Rejected
I'll reject this because it's not really a bug, but on our to do list.