View Issue Details

IDProjectCategoryView StatusLast Update
0004071unrealircdpublic2012-01-12 20:50
ReporterSeverus_Snape Assigned ToStealth  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwont fix 
Summary0004071: /whoami
DescriptionMake a new command (/whoami) that shows your own Whois.

That is pretty useful for knowing the Info you are displaying in easier way and also, eggdrop bots have that command... so some people are already confortable with that.
3rd party modules

Activities

Stealth

2012-01-12 20:50

reporter   ~0016863

This can already be done without any changes to Unreal or without modules by creating a real command alias in your conf.

alias whoami {
  format .* {
    command whois;
    type real;
    parameters "%n";
  };
  type command;
};

Issue History

Date Modified Username Field Change
2012-01-11 22:30 Severus_Snape New Issue
2012-01-12 20:50 Stealth Note Added: 0016863
2012-01-12 20:50 Stealth Status new => closed
2012-01-12 20:50 Stealth Assigned To => Stealth
2012-01-12 20:50 Stealth Resolution open => wont fix