Skip to content
Snippets Groups Projects
Commit 47a480bc authored by cyan's avatar cyan
Browse files

* More DreamForge Fixes

parent d3ce4b68
No related branches found
No related tags found
No related merge requests found
......@@ -602,7 +602,7 @@ function IRCClient_do_join(chan_name,join_key) {
chan.users[this.id] = this;
chan.modelist[CHANMODE_OP][this.id] = this;
var str="JOIN :" + chan.nam;
var create_op;
var create_op = "";
if (this.local) {
this.originatorout(str,this);
create_op = "@";
......
......@@ -519,7 +519,7 @@ function Server_Work() {
+ NewNick.hostname + " "
+ NewNick.servername + " "
+ "0 "
+ cmd[9]
+ NewNick.ip
+ " :" + NewNick.realname,BAHAMUT);
this.bcast_to_servers_raw("NICK "
+ NewNick.nick + " "
......
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