Skip to content

Instantly share code, notes, and snippets.

View sbarfurth's full-sized avatar

Sebastian Barfurth sbarfurth

View GitHub Profile
[11:26:02] (1)bMotion: going to run plugins: bMotion_plugin_complex_knock2 bMotion_plugin_complex_snap
[11:26:02] (1)bMotion: doing flood for bMotion_plugin_complex_knock2...
[11:26:02] (1)bMotion: `- running callback bMotion_plugin_complex_knock2
[11:26:02] (1)bMotion: plugin complex:knock tried to get non-existent value who,##partymansion,_
[11:26:02] (1)bMotion: doing flood for bMotion_plugin_complex_snap...
[11:26:02] (1)bMotion: `- running callback bMotion_plugin_complex_snap
virtual void OnUserPostNick(User* user, const std::string &oldnick)
{
ServerInstance->SNO->WriteToSnoMask(IS_LOCAL(user) ? 'n' : 'N',"User %s changed their nickname to %s (*@%s)", oldnick.c_str(), user->nick.c_str(), , user->host.c_str());
}
@sbarfurth
sbarfurth / gist:4e2558798d449cbd0e16
Created June 28, 2014 15:25
So this is blade...
@extends('layouts.master')
@section('title')
Fiddle my Laravel
@stop
@section('container')
{{ Form::open() }}
<div class="form-group">
{{ Form::label('username', 'Username') }}
@sbarfurth
sbarfurth / CharactersXbox.json
Last active August 29, 2015 14:10
Bungie Responses
{"Response":{"data":{"membershipId":"4611686018429562661","membershipType":1,"characters":[{"characterBase":{"membershipId":"4611686018429562661","membershipType":1,"characterId":"2305843009241292194","dateLastPlayed":"2014-12-02T00:09:46Z","minutesPlayedThisSession":"175","minutesPlayedTotal":"7851","powerLevel":29,"raceHash":2803282938,"genderHash":2204441813,"classHash":3655393761,"currentActivityHash":0,"lastCompletedStoryHash":0,"stats":{"STAT_DEFENSE":{"statHash":3897883278,"value":1448,"maximumValue":0},"STAT_INTELLECT":{"statHash":144602215,"value":67,"maximumValue":0},"STAT_DISCIPLINE":{"statHash":1735777505,"value":236,"maximumValue":0},"STAT_STRENGTH":{"statHash":4244567218,"value":161,"maximumValue":0},"STAT_LIGHT":{"statHash":2391494160,"value":118,"maximumValue":0},"STAT_ARMOR":{"statHash":392767087,"value":7,"maximumValue":0},"STAT_AGILITY":{"statHash":2996146975,"value":4,"maximumValue":0},"STAT_RECOVERY":{"statHash":1943323491,"value":5,"maximumValue":0},"STAT_OPTICS":{"statHash":3555269338,"
@sbarfurth
sbarfurth / sidebar-button.css
Last active May 14, 2016 20:47
orangechat.io sidebar button
.titlebox .usertext-body .md em a[href^="https://orangechat.io"] {
font-style: normal;
display: block;
text-decoration: none;
padding: 12px 12px 12px 12px;
margin: 12px 0;
border-radius: 3px;
text-align: center;
cursor: pointer;
font-size: 1.5em;