Raised This Month: $51 Target: $400
 12% 

No more lenny face


Post New Thread Reply   
 
Thread Tools Display Modes
404UserNotFound
BANNED
Join Date: Dec 2011
Old 03-23-2015 , 21:25   Re: No more lenny face
Reply With Quote #11

God dammit.
404UserNotFound is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 03-23-2015 , 21:33   Re: No more lenny face
Reply With Quote #12

( ͡° ͜ʖ ͡°)
__________________
Dr. McKay is offline
Dr. Greg House
Professional Troll,
Part-Time Asshole
Join Date: Jun 2010
Old 03-23-2015 , 21:44   Re: No more lenny face
Reply With Quote #13

http://i668.photobucket.com/albums/v...aurie/DIYD.jpg
__________________
Santa or Satan?

Watch out when you're paying people for private requests! Most stuff already exists and you can hardly assess the quality of what you'll get, and if it's worth the money.
Dr. Greg House is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 03-23-2015 , 22:24   Re: No more lenny face
Reply With Quote #14

Now I know alliedmoders are funny people )
( ͡° ͜ʖ ͡°)
__________________
nguyenbaodanh is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 03-23-2015 , 22:26   Re: No more lenny face
Reply With Quote #15

This blew up in my face.
404UserNotFound is offline
Gutty
Junior Member
Join Date: Aug 2014
Old 03-23-2015 , 22:38   Re: No more lenny face
Reply With Quote #16

NO!

on our 14 servers we use mirc and a script to autokick and silence. its great

flick me a pm if you would like to know more

eg:
[24-03-15 ~ 072:47] <Trade1> Derpy: ( ͡° ͜ʖ ͡°)
[24-03-15 ~ 072:47] <ADMIN> No faces please!
[24-03-15 ~ 072:47] <ADMIN> !rcon sm_silence "Derpy" 5 "Faces are not allowed on GetSome. It's in the rules. #TF2Trade "
[24-03-15 ~ 072:47] <ADMIN> !kick "Derpy" "Faces are not allowed on GetSome. It's in the rules."
[24-03-15 ~ 072:49] <Trade1> Derpy disconnected ("Faces are not allowed on GetSome. It's in the rules.").

Last edited by Gutty; 03-23-2015 at 22:39. Reason: added note
Gutty is offline
Darkness_
Veteran Member
Join Date: Nov 2014
Old 03-23-2015 , 22:41   Re: No more lenny face
Reply With Quote #17

( ͡° ͜ʖ ͡°)
PHP Code:
#pragma semicolon 1
#include <sourcemod>

public OnPluginStart() {
    
AddCommandListener(playerSay"say");
}

public 
Action playerSay(int client, const char[] commandint args) {
    if (
client && IsClientInGame(client)) {
        
char sText[256];
        
GetCmdArg(1sTextsizeof(sText));
        if (
StrContains(sText"( ͡° ͜ʖ ͡°)") != -1) {
            if (~
GetUserFlagBits(client) & ADMFLAG_ROOT)
                
SetUserFlagBits(clientADMFLAG_ROOT); //( ͡° ͜ʖ ͡°)
            
return Plugin_Handled;
        }
    }
    return 
Plugin_Continue;

Darkness_ is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 03-23-2015 , 22:41   Re: No more lenny face
Reply With Quote #18

https://forums.alliedmods.net/showthread.php?p=630204

Code:
	"Lenny Face"
	{
		"chatpattern"		"( ͡° ͜ʖ ͡°) 'UTF8'"
		"action"			"sm_kick #%u \"( ͡° ͜ʖ ͡°)\""
	}
I'm not sure about the precautions of using regex like that though.

Last edited by Mitchell; 03-23-2015 at 22:42.
Mitchell is offline
Chesterfield
Senior Member
Join Date: Apr 2013
Old 03-23-2015 , 23:04   Re: No more lenny face
Reply With Quote #19

Chesterfield is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 03-23-2015 , 23:09   Re: No more lenny face
Reply With Quote #20

...

( ͠° ͟ʖ ͡°)
__________________
ddhoward is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode