mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Fixed traceback in @irc2chan when channel not known.
This commit is contained in:
parent
8d239ba382
commit
e39537dc04
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue