Repositories (2)

Dalek-Contrib
3 snippets stored for this repo
}
		}

		/* You don't HAVE to return, butt-fuck it */
		return;
	}
/* Tell them it's just an example! */
		$ns->notice($nick->uid,	"Och aye! Think ya can just say hello to mee, do ya hen!",
					"Well why doncha doo a big FUCK affff!! Ehh!!",
					"Greetin me like tha ya cunt",
					"Away afff wi ye yi fuckin shiter!!!");
	}
}
" stupid ",
		" pissing ",
		" bleeding ",
		" bastard "
	];

	/* To run when this class is created/when the module is loaded */
Dalek-Services
1 snippets stored for this repo
PHP IconPHP
}
	if (!($piss = ServCmd::add_new_cmd($modulehandle, $client, $cmd, $function, $help_cmd_entry, $syntax, $extended_help)))
	{
		SVSLog("Could not add command for client $client: $piss", LOG_WARN);
		return false;
	}
	SVSLog("New command for $client: $cmd ($help_cmd_entry)");