]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_abbreviation.cpp
Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree
[user/henk/code/inspircd.git] / src / modules / m_abbreviation.cpp
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainAbort on matchlist.length() > 450
2008-06-06 brainWhoops eat command not allow it
2008-06-06 brainIf we have > 10 matches to a command, abort and dont...
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-06-06 brainRemove excessive debug
2008-06-06 brainm_abbreviation completed. :)
2008-06-06 brainUpdate a header i left out
2008-06-06 brainAllow changing of command string and parameter vector...