Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dustin L. Howett
oligos
Commits
86171c63
Commit
86171c63
authored
May 02, 2012
by
Dustin L. Howett
Browse files
Remove outdated ircprintf prototype from commands.cc.
parent
574e1f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
commands.cc
View file @
86171c63
...
...
@@ -30,7 +30,6 @@ int dispatch_command(struct server *server, const char *cmdname, int argc, char
}
void
do_copyover
(
char
*
);
void
ircprintf
(
const
char
*
format
,
...);
_COMMAND
(
copyover
)
{
do_copyover
(
state
->
sender
->
nick
);
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment