View Issue Details

IDProjectCategoryView StatusLast Update
0000193AniDB IRC (Chii/Lafiel)Bug Reportpublic2008-02-25 08:26
ReporterRar Assigned Toexp  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0000193: !g4a help has null colour
DescriptionCurrently the g4a command sends a colour escape but no value when given no or invalid input. Code fix guessed based on handling in adb_cmd_anime.
Additional InformationIn ???adb_cmd_g4a???

lines ??? from:
    else
    {
   #wrong syntax
        &ircb_plugin::send($sendto,$main::color."G4A:".$main::color."14 usage: !g4a <anime title>|<aid>");
   return 1;
    }
to:
    else
    {
   #wrong syntax
        &ircb_plugin::send($sendto,$main::color."4G4A:".$main::color."14 usage: !g4a <anime title>|<aid>");
   return 1;
    }
TagsNo tags attached.

Activities

exp

2005-06-09 20:37

administrator   ~0000512

might be fixed now

Issue History

Date Modified Username Field Change
2005-06-03 14:28 Rar New Issue
2005-06-09 20:37 exp Status new => resolved
2005-06-09 20:37 exp Resolution open => fixed
2005-06-09 20:37 exp Assigned To => exp
2005-06-09 20:37 exp Note Added: 0000512
2005-06-09 20:37 exp Assigned To exp =>
2008-02-25 08:26 epoximator Assigned To => exp