Removed some retarded uses of 'server' reference variables.

This commit is contained in:
Greg Taylor 2008-12-16 03:17:45 +00:00
parent 62d0be532b
commit 18e2eca2c5
5 changed files with 1 additions and 12 deletions

View file

@ -20,7 +20,6 @@ def cmd_addcom(command):
"""
session = command.session
pobject = session.get_pobject()
server = command.server
eq_args = command.command_argument.split('=', 1)
if not command.command_argument:
@ -192,7 +191,6 @@ def cmd_cemit(command):
"""
session = command.session
pobject = session.get_pobject()
server = command.server
if command.command_argument == 0:
session.msg("Channel emit what?")