Fixed traceback in @irc2chan when channel not known.

This commit is contained in:
Griatch 2009-08-28 18:54:41 +00:00
parent 8d239ba382
commit e39537dc04

View file

@ -1,5 +1,5 @@
"""
IRC-related functions
IRC-related commands
"""
from django.conf import settings
@ -8,6 +8,7 @@ from src.irc.connection import connect_to_IRC
from src.irc.models import IRCChannelMapping
from src import comsys
from src.cmdtable import GLOBAL_CMD_TABLE
from src.channels.models import CommChannel
def cmd_IRC2chan(command):
"""