This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <amxmodx> | |
#include <amxmisc> | |
public plugin_init() | |
{ | |
register_plugin("ShowIP", "0.00", "teame06") | |
register_cvar("showip", "0.00", FCVAR_SERVER|FCVAR_SPONLY) /* For GameSpy/HLSW and such */ | |
register_concmd("amx_showip", "who_ip", ADMIN_BAN, "- Show players ip") | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use Net::Vypress::Chat; | |
use Net::IRC; | |
use Data::Dumper; | |
our $irc_channel = "#LocàëÜ"; |
NewerOlder