Skip to content
Snippets Groups Projects
Commit 4272b2f5 authored by mcmlxxix's avatar mcmlxxix
Browse files

fix protocol load directory

parent f826ce36
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ function ChatEngine(protocol,host,port)
/* load protocol information */
switch(protocol.toUpperCase()) {
case "IRC":
load("protocols/irc_protocol.js");
load("irc_protocol.js");
IRC_init.apply(this);
break;
case "AIM":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment