|
| Author |
Message |
DaveMyz619 Young One

Joined: 25 Apr 2004 Posts: 83 Location: Florida
   
|
Posted: Sun Apr 25, 2004 11:12 am Post subject: |
|
|
| I have alot of commands on MayaBot but the one thing I need is the chat code can someone tell me it please? |
|
| Back to top |
|
 |
zander God Like

Joined: 14 Jan 2004 Posts: 540 Location: england
 
|
Posted: Sun Apr 25, 2004 12:10 pm Post subject: |
|
|
Doesnt the latest maya come with the chat command?
P.S You have posted in the wrong part of the forum because this is for completed commands I thought i would tell you
You should of posted in begging for commands |
|
| Back to top |
|
 |
DaveMyz619 Young One

Joined: 25 Apr 2004 Posts: 83 Location: Florida
   
|
Posted: Sun Apr 25, 2004 12:49 pm Post subject: |
|
|
Well this is the code it has:
| Code: | | if (!exists $msn->{chatroom} or !exists $msn->GetMaster->{Socks}->{$msn->{chatroom}->{fn}}) {<br /> $msn->{chatroom} = $self;<br /> $msn->sendmsg ("This is now the chatroom.",Font => "Arial",Color => "006400");<br />}<br />elsif ($self eq $msn->{chatroom}) {<br /> $msn->sendmsg ("You are already in the chat.",Font => "Arial",Color => "006400");<br />}<br />else {<br /> $msn->{chatroom}->invite ($client);<br /> $msn->{chatroom}->sendmsg ("$client has joined the chatroom.",<br /> Font => "Arial", Color => "006400");<br />} |
|
|
| Back to top |
|
 |
Saphire Newbie

Joined: 03 Apr 2005 Posts: 26 Location: Hertfordshire, England
 
|
|
| Back to top |
|
 |
|