diff options
Diffstat (limited to 'src/common/xchat.c')
-rw-r--r-- | src/common/xchat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/xchat.c b/src/common/xchat.c index 52fb29a2..f90a6291 100644 --- a/src/common/xchat.c +++ b/src/common/xchat.c @@ -591,11 +591,7 @@ static char defaultconf_commands[] = "NAME DIALOG\n" "CMD query %2\n\n"\ "NAME DMSG\n" "CMD msg =%2 &3\n\n"\ "NAME EXIT\n" "CMD quit\n\n"\ -#ifdef WIN32 /* lastlog -r isn't implemented in fe_lastlog yet */ - "NAME GREP\n" "CMD lastlog &2\n\n"\ -#else "NAME GREP\n" "CMD lastlog -r &2\n\n"\ -#endif "NAME IGNALL\n" "CMD ignore %2!*@* ALL\n\n"\ "NAME J\n" "CMD join &2\n\n"\ "NAME KILL\n" "CMD quote KILL %2 :&3\n\n"\ |