Changeset ec3eb38 in code for cmd.c


Ignore:
Timestamp:
Oct 8, 2015, 10:50:10 AM (10 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
e47285c
Parents:
8bcfd50
Message:

Bitch if trying to beep yourself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    r8bcfd50 rec3eb38  
    113113                return;
    114114        }
     115        if (s == is) {
     116                icb_error(is, "Very funny... Not!");
     117                return;
     118        }
    115119
    116120        if (ISSETF(s->flags, ICB_SF_NOBEEP | ICB_SF_NOBEEP2)) {
Note: See TracChangeset for help on using the changeset viewer.