When I Edit the names so they appear like this....
!chat - Invites You To The ChatRoom, the code nolonger works, only when its on its own, the codeing is:
[/CODE] if ($msg eq "chat") { if (!exists $msn->{chatroom}) { $msn->{chatroom} = $self; &send($self, "This is now the chat room. "); } elsif ($self eq $msn->{chatroom}) { &send($self, "Your in the chat room."); } else { $msn->{chatroom}->invite($username); &send($self, "Inviting you to the chat room now!"); } } [CODE]
I Wish To Add adesciption of wut the command does, but if i do, it no longer works? Any Suggestions? maybe its something to do with changing if ($msg eq "chat") { if i add something to the ''chat'' ? Please Reply Asap, Ty