broken motd command

Bug #671215 reported by Taylor
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
NakedMud
New
Undecided
Unassigned

Bug Description

def cmd_motd(ch, cmd, arg):
    '''This command will display to you the mud\'s message of the day.'''
    ch.page(get_motd())

Doesn't work because "get_motd()" is a part of the mud module. Should be:

def cmd_motd(ch, cmd, arg):
    '''This command will display to you the mud\'s message of the day.'''
    ch.page(mud.get_motd())

Revision history for this message
Andrew Venzor (venzor) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.