Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var x = "";
- var b = (new Date()).toUTCString()
- var message=function(e,x){
- var a = ['Raiden-18','Gin no Saji','Hyakushou Kizoku','Juushin Enbu','Souten no Koumori','Stray Dog','Demons of Shanghai','Arslan Senki','Hagane no Renkinjutsushi'];
- var random = a[Math.floor(Math.random()*a.length)];
- if(x.is_me){
- return;
- }
- if(x.message=="@"+profile.name||x.message=="@"+profile.name + " "||x.message==profile.name){
- $.ajax({
- type: "POST",
- data: {message: "/me says: she sells seashells by the seashore"}
- });
- }
- else if(x.message=="@topic"){
- $.ajax({
- type: "POST",
- data: {message:"/me" + room.description}
- });
- }
- else if(x.message=="idk"){
- $.ajax({
- type: "POST",
- data: {message:"/me ┐( ̄- ̄;)┌"}
- });
- }
- else if(x.message=="@time"){
- $.ajax({
- type: "POST",
- data: {message:"/me current time: "+ b}
- });
- }
- else if(x.message=="@manga"){
- $.ajax({
- type: "POST",
- data: {message:"/me try this nice manga!: "+ random}
- });
- }
- }
- $(window).on('room.chat.message',message);
Add Comment
Please, Sign In to add comment